Changed default cmd to CHATA

This commit is contained in:
Seraina 2022-04-17 17:21:11 +02:00
parent 764c06f26b
commit 8c9d40a6d8

View File

@ -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");
}