This commit is contained in:
Anuken 2018-09-03 17:17:32 -04:00
parent 9c4d2f5490
commit 6ad70ceee3

View File

@ -336,7 +336,7 @@ public class ServerControl extends Module{
boolean value = arg[0].equalsIgnoreCase("on");
debug = value;
info("Debug mode is now {0}.", value ? "on" : "off");
});.0
});
handler.register("allow-custom-clients", "[on/off]", "Allow or disallow custom clients.", arg -> {
if(arg.length == 0){