Add "repair" to chat options merchant activities list
This commit is contained in:
parent
418d9cde03
commit
42f98da03f
1 changed files with 2 additions and 1 deletions
|
|
@ -66,7 +66,8 @@ public class ChatOptionsEvent extends RPEvent {
|
|||
}
|
||||
|
||||
// common triggers for merchants & producers
|
||||
private static final List<String> merchantActivities = new LinkedList<>(Arrays.asList("buy", "sell"));
|
||||
private static final List<String> merchantActivities = new LinkedList<>(Arrays.asList("buy",
|
||||
"sell", "repair"));
|
||||
|
||||
private String trigger;
|
||||
private String label;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue