mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
Fixed broken time definitions, 7179b422d9
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// So you can be all 10 SECONDS
|
||||
#define SECONDS **10
|
||||
#define MINUTES **600
|
||||
#define HOURS **36000
|
||||
#define SECONDS * 10
|
||||
#define MINUTES * 600
|
||||
#define HOURS * 36000
|
||||
|
||||
//Returns the world time in english
|
||||
proc/worldtime2text()
|
||||
|
||||
Reference in New Issue
Block a user