Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -554,7 +554,7 @@ public class ServerControl implements ApplicationListener{
|
||||
return;
|
||||
}
|
||||
}else if(c.isString()){
|
||||
c.set(arg[1]);
|
||||
c.set(arg[1].replace("\\n", "\n"));
|
||||
}
|
||||
|
||||
info("@ set to @.", c.name(), c.get());
|
||||
|
||||
Reference in New Issue
Block a user