mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
add round duration to status reply
This commit is contained in:
@@ -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.
|
// 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["players"] = 0
|
||||||
s["stationtime"] = worldtime2text()
|
s["stationtime"] = worldtime2text()
|
||||||
|
s["roundduration"] = round_duration()
|
||||||
|
|
||||||
if(input["status"] == "2")
|
if(input["status"] == "2")
|
||||||
var/list/players = list()
|
var/list/players = list()
|
||||||
|
|||||||
Reference in New Issue
Block a user