From 9f32accd417c3261d7cce1c5762ce22e4a6ab5cb Mon Sep 17 00:00:00 2001 From: SandPoot Date: Fri, 29 Jul 2022 18:15:50 -0300 Subject: [PATCH] no --- code/controllers/subsystem/statpanel.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/controllers/subsystem/statpanel.dm b/code/controllers/subsystem/statpanel.dm index 8a534b47eb..c963827e9c 100644 --- a/code/controllers/subsystem/statpanel.dm +++ b/code/controllers/subsystem/statpanel.dm @@ -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,