From e602dc6ef23ccd4323cf3231cc9bcffb093bd9e3 Mon Sep 17 00:00:00 2001 From: T-I-M <40441799+mrtimsol@users.noreply.github.com> Date: Sun, 1 Jan 2023 16:19:13 +0300 Subject: [PATCH] Game mode in status panel --- code/controllers/subsystem/statpanel.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/controllers/subsystem/statpanel.dm b/code/controllers/subsystem/statpanel.dm index 0b820fe7e9..3231cd31bc 100644 --- a/code/controllers/subsystem/statpanel.dm +++ b/code/controllers/subsystem/statpanel.dm @@ -18,6 +18,7 @@ SUBSYSTEM_DEF(statpanels) "Map: [SSmapping.config?.map_name || "Loading..."]", cached ? "Next Map: [cached.map_name]" : null, "Round ID: [GLOB.round_id ? GLOB.round_id : "NULL"]", + "Game Mode: [GLOB.master_mode]", "Connected Players: [GLOB.clients.len]", " ", "OOC: [GLOB.ooc_allowed ? "Enabled" : "Disabled"]",