diff --git a/code/modules/holomap/generate_holomap.dm b/code/modules/holomap/generate_holomap.dm index 5ecbe68fe8d..d24f1f47f3a 100644 --- a/code/modules/holomap/generate_holomap.dm +++ b/code/modules/holomap/generate_holomap.dm @@ -30,7 +30,6 @@ // Starting over if we're running midround (it runs real fast, so that's possible) holoMiniMaps.Cut() extraMiniMaps.Cut() - station_holomaps.Cut() // Build the base map for each z level for (var/z = 1 to world.maxz)