mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
remove extra spaces.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
//Returns the world time in english
|
||||
proc/worldtime2text(timestamp = world.time)
|
||||
return "[round(timestamp / 36000) + 12] : [(timestamp / 600 % 60) < 10 ? add_zero(timestamp / 600 % 60, 1) : timestamp / 600 % 60]"
|
||||
return "[round(timestamp / 36000) + 12]:[(timestamp / 600 % 60) < 10 ? add_zero(timestamp / 600 % 60, 1) : timestamp / 600 % 60]"
|
||||
|
||||
proc/time_stamp()
|
||||
return time2text(world.timeofday, "hh:mm:ss")
|
||||
|
||||
Reference in New Issue
Block a user