mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-26 15:47:53 +07:00
Typo fix
This commit is contained in:
@ -336,7 +336,7 @@ public class ServerControl extends Module{
|
|||||||
boolean value = arg[0].equalsIgnoreCase("on");
|
boolean value = arg[0].equalsIgnoreCase("on");
|
||||||
debug = value;
|
debug = value;
|
||||||
info("Debug mode is now {0}.", value ? "on" : "off");
|
info("Debug mode is now {0}.", value ? "on" : "off");
|
||||||
});.0
|
});
|
||||||
|
|
||||||
handler.register("allow-custom-clients", "[on/off]", "Allow or disallow custom clients.", arg -> {
|
handler.register("allow-custom-clients", "[on/off]", "Allow or disallow custom clients.", arg -> {
|
||||||
if(arg.length == 0){
|
if(arg.length == 0){
|
||||||
|
Reference in New Issue
Block a user