This commit is contained in:
SandPoot
2022-07-29 18:15:50 -03:00
parent 8220c3bc10
commit 9f32accd41
-1
View File
@@ -12,7 +12,6 @@ SUBSYSTEM_DEF(statpanels)
/datum/controller/subsystem/statpanels/fire(resumed = FALSE)
if (!resumed)
var/datum/map_config/cached = SSmapping.next_map_config
var/round_time = world.time - SSticker.round_start_time
var/list/global_data = list(
"Map: [SSmapping.config?.map_name || "Loading..."]",
cached ? "Next Map: [cached.map_name]" : null,