Changed default cmd to CHATA
This commit is contained in:
parent
764c06f26b
commit
8c9d40a6d8
@ -56,7 +56,7 @@ public class ChatController implements Initializable {
|
||||
public ChatController() { //TODO: why does this get called
|
||||
super();
|
||||
whisperTargetChosen = new SimpleBooleanProperty();
|
||||
cmd = "";
|
||||
cmd = "CHATA$";
|
||||
LOGGER.info("ChatController empty constructor used");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user