mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-03 04:44:24 +07:00
Disabled logicUnitBuild on servers by default
This commit is contained in:
parent
92db8349dc
commit
671ca5c94f
@ -1,3 +1,3 @@
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=454155254a0a17b7c48d09f88e3136a31a60e3e1
|
||||
archash=10de4947bdfc5510ea35ed9f510ffe2a7107ee63
|
||||
|
@ -66,7 +66,7 @@ public class ServerControl implements ApplicationListener{
|
||||
"bans", "",
|
||||
"admins", "",
|
||||
"shufflemode", "custom",
|
||||
"globalrules", "{reactorExplosions: false}"
|
||||
"globalrules", "{reactorExplosions: false, logicUnitBuild: false}"
|
||||
);
|
||||
|
||||
//update log level
|
||||
|
Loading…
Reference in New Issue
Block a user