Update world_topic.dm

This commit is contained in:
silicons
2021-05-16 22:17:50 -07:00
committed by GitHub
parent 8ff0685f0d
commit f802890153
+1 -3
View File
@@ -207,14 +207,12 @@
if(!key_valid)
GLOB.topic_status_cache = .
/datum/world_topic/jsonstatus
keyword = "jsonstatus"
/datum/world_topic/jsonstatus/Run(list/input, addr)
. = list()
.["mode"] = GLOB.master_mode
.["mode"] = "hidden" // GLOB.master_mode - woops we don't want people to know if there's secret/extended :)
.["round_id"] = "[GLOB.round_id]"
.["players"] = GLOB.clients.len
var/list/adm = get_admin_counts()