mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-05-10 22:41:10 -07:00
Fixed #11897
This commit is contained in:
parent
3e6d6c2cb4
commit
378ab92a91
2 changed files with 1 additions and 2 deletions
|
|
@ -108,7 +108,6 @@ public class Logic implements ApplicationListener{
|
|||
|
||||
state.rules.coreIncinerates = true;
|
||||
state.rules.infiniteResources = false;
|
||||
state.rules.waveTimer = true; //there is no reason to ever disable the timer as that would be sandbox-like behavior
|
||||
state.rules.allowEditRules = false;
|
||||
state.rules.allowEditWorldProcessors = false;
|
||||
if(state.getPlanet().enemyInfiniteItems){
|
||||
|
|
|
|||
|
|
@ -26,4 +26,4 @@ org.gradle.caching=true
|
|||
org.gradle.internal.http.socketTimeout=100000
|
||||
org.gradle.internal.http.connectionTimeout=100000
|
||||
android.enableR8.fullMode=false
|
||||
archash=d0b9d73bba
|
||||
archash=177dbd2492
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue