Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken 2021-04-01 09:27:43 -04:00
commit 0aa2d5f18c

View File

@ -554,7 +554,7 @@ public class ServerControl implements ApplicationListener{
return; return;
} }
}else if(c.isString()){ }else if(c.isString()){
c.set(arg[1]); c.set(arg[1].replace("\\n", "\n"));
} }
info("@ set to @.", c.name(), c.get()); info("@ set to @.", c.name(), c.get());