Fixed games never ending

This commit is contained in:
Anuken
2019-12-29 20:04:08 -05:00
parent 1ce9b54e10
commit 689b0b8c61
6 changed files with 26 additions and 1 deletions

View File

@@ -261,7 +261,7 @@ public class Logic implements ApplicationListener{
} }
} }
if(!net.client() && !world.isInvalidMap() && !state.isEditor() && !state.rules.canGameOver){ if(!net.client() && !world.isInvalidMap() && !state.isEditor() && state.rules.canGameOver){
checkGameOver(); checkGameOver();
} }
} }

View File

@@ -0,0 +1,5 @@
- Added new map view w/ panning and scrolling
- Added block health rule
- Added more internal teams for alternative gamemodes
- Added features for improved server modding
- Major internal change: package is now "mindustry" instead of "io.anuke.mindustry" (will break plugins)

View File

@@ -0,0 +1,5 @@
- Added new map view w/ panning and scrolling
- Added block health rule
- Added more internal teams for alternative gamemodes
- Added features for improved server modding
- Major internal change: package is now "mindustry" instead of "io.anuke.mindustry" (will break plugins)

View File

@@ -0,0 +1,5 @@
- Added new map view w/ panning and scrolling
- Added block health rule
- Added more internal teams for alternative gamemodes
- Added features for improved server modding
- Major internal change: package is now "mindustry" instead of "io.anuke.mindustry" (will break plugins)

View File

@@ -0,0 +1,5 @@
- Added new map view w/ panning and scrolling
- Added block health rule
- Added more internal teams for alternative gamemodes
- Added features for improved server modding
- Major internal change: package is now "mindustry" instead of "io.anuke.mindustry" (will break plugins)

View File

@@ -0,0 +1,5 @@
- Added new map view w/ panning and scrolling
- Added block health rule
- Added more internal teams for alternative gamemodes
- Added features for improved server modding
- Major internal change: package is now "mindustry" instead of "io.anuke.mindustry" (will break plugins)