From ee91b53dcca307bd866378e04397f380d357ad2e Mon Sep 17 00:00:00 2001 From: Ccomp5950 Date: Sun, 20 Apr 2014 09:55:42 -0500 Subject: [PATCH] Added stationtime to ?status check in world/Topic() --- code/world.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/world.dm b/code/world.dm index c402ebfc1e8..44927ba7797 100644 --- a/code/world.dm +++ b/code/world.dm @@ -92,6 +92,7 @@ s["ai"] = config.allow_ai s["host"] = host ? host : null s["players"] = list() + s["stationtime"] = worldtime2text() var/n = 0 var/admins = 0