mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-05 13:08:20 +07:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
0aa2d5f18c
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user