This commit is contained in:
Anuken
2020-07-31 16:29:37 -04:00
parent bb3b4d4415
commit d658367be7
4 changed files with 4 additions and 4 deletions

View File

@@ -159,7 +159,7 @@ public class ScriptConsoleFragment extends Table{
String message = chatfield.getText();
clearChatInput();
if(message.replaceAll(" ", "").isEmpty()) return;
if(message.replace(" ", "").isEmpty()) return;
//special case for 'clear' command
if(message.equals("clear")){