Game mode in status panel

This commit is contained in:
T-I-M
2023-01-01 16:19:13 +03:00
committed by GitHub
parent 8034d9fb22
commit e602dc6ef2
+1
View File
@@ -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"]",