Fixed test_tiny minimap runtimes (#18379)

This commit is contained in:
DamianX
2018-05-29 21:46:06 +02:00
committed by jknpj
parent 100c2740dc
commit b61ea3beb2

View File

@@ -30,8 +30,10 @@
//Station Holomaps display the map of the Z-Level they were built on.
generateStationMinimap(map.zMainStation)
generateStationMinimap(map.zAsteroid)
generateStationMinimap(map.zDerelict)
if(world.maxz >= map.zAsteroid)
generateStationMinimap(map.zAsteroid)
if(world.maxz >= map.zDerelict)
generateStationMinimap(map.zDerelict)
//If they were built on another Z-Level, they will display an error screen.
holomaps_initialized = 1