This commit is contained in:
Bella 2020-02-18 08:17:40 -05:00
parent e6e913d3bc
commit 31fba57163
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ public class CustomChatCommand extends Command {
Command.sendWarningMessage("The command will still work, but will not visibly do anything.");
}
for (String s : args) {
if (s == null)
continue;
cC.customText.setValue(s);
Command.sendChatMessage("Set the Custom Text Mode to " + s);
}