Fixed games never ending
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
5
fastlane/metadata/android/en-US/changelogs/102.1.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/102.1.txt
Normal 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)
|
||||||
5
fastlane/metadata/android/en-US/changelogs/102.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/102.txt
Normal 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)
|
||||||
5
fastlane/metadata/android/en-US/changelogs/29561.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/29561.txt
Normal 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)
|
||||||
5
fastlane/metadata/android/en-US/changelogs/29564.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/29564.txt
Normal 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)
|
||||||
5
fastlane/metadata/android/en-US/changelogs/29567.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/29567.txt
Normal 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)
|
||||||
Reference in New Issue
Block a user