forked from RepoMirrors/kami-blue
close #11
This commit is contained in:
parent
e6e913d3bc
commit
31fba57163
|
@ -27,6 +27,8 @@ public class CustomChatCommand extends Command {
|
||||||
Command.sendWarningMessage("The command will still work, but will not visibly do anything.");
|
Command.sendWarningMessage("The command will still work, but will not visibly do anything.");
|
||||||
}
|
}
|
||||||
for (String s : args) {
|
for (String s : args) {
|
||||||
|
if (s == null)
|
||||||
|
continue;
|
||||||
cC.customText.setValue(s);
|
cC.customText.setValue(s);
|
||||||
Command.sendChatMessage("Set the Custom Text Mode to " + s);
|
Command.sendChatMessage("Set the Custom Text Mode to " + s);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue