This commit is contained in:
Anuken
2019-12-28 18:22:20 -05:00
parent 497ae740aa
commit b01d56aae8
3 changed files with 10 additions and 10 deletions

View File

@@ -461,7 +461,7 @@ public class ServerControl implements ApplicationListener{
try{
Config c = Config.valueOf(arg[0]);
if(arg.length == 1){
Log.info("&lc'{0}'&lg is currently &lc{0}.", c.name(), c.get());
Log.info("&lc'{0}'&lg is currently &lc{1}.", c.name(), c.get());
}else{
if(c.isBool()){
c.set(arg[1].equals("on") || arg[1].equals("true"));