From e31f7ba6ba95543df97cbefd0928fdb360a67f92 Mon Sep 17 00:00:00 2001 From: Jack Edge Date: Fri, 31 Mar 2017 22:30:33 +0100 Subject: [PATCH] RR I --- code/__HELPERS/time.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__HELPERS/time.dm b/code/__HELPERS/time.dm index aaa9e08e5c0..2c3c85b002f 100644 --- a/code/__HELPERS/time.dm +++ b/code/__HELPERS/time.dm @@ -1,6 +1,6 @@ //Returns the world time in english /proc/worldtime2text() - return gameTimestamp("hh:mm:ss", wtime=world.time) + return gameTimestamp("hh:mm:ss", world.time) /proc/time_stamp(format = "hh:mm:ss", show_ds) var/time_string = time2text(world.timeofday, format)