Erekir tech fixes

This commit is contained in:
Anuken
2022-01-27 15:01:01 -05:00
parent e4595b6831
commit feba0cf207
5 changed files with 11 additions and 10 deletions

View File

@@ -584,7 +584,7 @@ public class ServerControl implements ApplicationListener{
if(arg.length == 1){
info("'@' is currently @.", c.name(), c.get());
}else{
if (arg[1].equals("default")){
if(arg[1].equals("default")){
c.set(c.defaultValue);
}else if(c.isBool()){
c.set(arg[1].equals("on") || arg[1].equals("true"));