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