mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-13 11:29:48 +07:00
Typo fix
This commit is contained in:
parent
9c4d2f5490
commit
6ad70ceee3
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user