From c2cdf9d237b8614f1c3b1b7c8410c15e464e4c64 Mon Sep 17 00:00:00 2001 From: GinjaNinja32 Date: Fri, 21 Aug 2015 06:28:44 +0100 Subject: [PATCH] add round duration to status reply --- code/world.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/world.dm b/code/world.dm index 34b9107699..fdb9026760 100644 --- a/code/world.dm +++ b/code/world.dm @@ -116,6 +116,7 @@ var/world_topic_spam_protect_time = world.timeofday // This is dumb, but spacestation13.com's banners break if player count isn't the 8th field of the reply, so... this has to go here. s["players"] = 0 s["stationtime"] = worldtime2text() + s["roundduration"] = round_duration() if(input["status"] == "2") var/list/players = list()