mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-10 07:47:25 +07:00
Disabled logicUnitBuild on servers by default
This commit is contained in:
@ -66,7 +66,7 @@ public class ServerControl implements ApplicationListener{
|
||||
"bans", "",
|
||||
"admins", "",
|
||||
"shufflemode", "custom",
|
||||
"globalrules", "{reactorExplosions: false}"
|
||||
"globalrules", "{reactorExplosions: false, logicUnitBuild: false}"
|
||||
);
|
||||
|
||||
//update log level
|
||||
|
Reference in New Issue
Block a user