mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Fixed test_tiny minimap runtimes (#18379)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user