mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-31 08:37:14 +01:00
Game mode in status panel
This commit is contained in:
@@ -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"]",
|
||||
|
||||
Reference in New Issue
Block a user