From f802890153d88496ef0ff738c89582b98ede9171 Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Sun, 16 May 2021 22:17:50 -0700 Subject: [PATCH] Update world_topic.dm --- code/datums/world_topic.dm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/code/datums/world_topic.dm b/code/datums/world_topic.dm index c349bc6504..fb0c4e0cd3 100644 --- a/code/datums/world_topic.dm +++ b/code/datums/world_topic.dm @@ -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()