revert moment

This commit is contained in:
Letter N
2020-08-22 16:30:56 +08:00
parent 6ba29acd4e
commit 0b159b218a
4 changed files with 36 additions and 2 deletions
+1 -1
View File
@@ -220,7 +220,7 @@
var/time = (REALTIMEOFDAY - start_timeofday) / 10
var/msg = "Initialized [name] subsystem within [time] second[time == 1 ? "" : "s"]!"
to_chat(world, "<span class='boldannounce'>[msg]</span>")
log_world(msg)
log_subsystem("INIT", msg)
return time
//hook for printing stats to the "MC" statuspanel for admins to see performance and related stats etc.