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
|
public ChatController() { //TODO: why does this get called
|
||||||
super();
|
super();
|
||||||
whisperTargetChosen = new SimpleBooleanProperty();
|
whisperTargetChosen = new SimpleBooleanProperty();
|
||||||
cmd = "";
|
cmd = "CHATA$";
|
||||||
LOGGER.info("ChatController empty constructor used");
|
LOGGER.info("ChatController empty constructor used");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user