From a0764af8fa7221679db23ab49aa9cc3f74a98be2 Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Mon, 31 May 2021 14:31:53 -0400 Subject: [PATCH] Fix mistake in holomap edit --- code/modules/holomap/generate_holomap.dm | 1 - 1 file changed, 1 deletion(-) 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)