Removes Gamer's unfunny memes (#9528)

This commit is contained in:
alexkar598
2020-08-21 16:44:24 -04:00
committed by GitHub
parent 15f5931e5b
commit 22206df78b

View File

@@ -11,8 +11,8 @@ SUBSYSTEM_DEF(statpanels)
if (!resumed)
var/datum/map_config/cached = SSmapping.next_map_config
var/list/global_data = list(
"Map: [SSmapping.config?.map_name || "Loading..."]",
cached ? "Next Map: [cached.map_name]" : null,
"Map: [html_encode(SSmapping.config?.map_name || "Loading...")]",
cached ? "Next Map: [html_encode(cached.map_name)]" : null,
"Round ID: [GLOB.round_id ? GLOB.round_id : "NULL"]",
"Server Time: [time2text(world.timeofday, "YYYY-MM-DD hh:mm:ss")]",
"Round Time: [worldtime2text()]",