Adds SS initialization messages to world.log

This commit is contained in:
Cyberboss
2017-02-01 22:14:14 -05:00
parent 0c853e7417
commit 210a790a4a
+1
View File
@@ -157,6 +157,7 @@
var/time = (world.timeofday - start_timeofday) / 10
var/msg = "Initialized [name] subsystem within [time] seconds!"
world << "<span class='boldannounce'>[msg]</span>"
world.log << msg
return time
//hook for printing stats to the "MC" statuspanel for admins to see performance and related stats etc.