This commit is contained in:
AffectedArc07
2021-08-17 15:27:42 +01:00
parent 6381e692dc
commit ac6b9a4b10
+1 -1
View File
@@ -8,7 +8,7 @@ SUBSYSTEM_DEF(instancing)
/datum/controller/subsystem/instancing/Initialize(start_timeofday)
// Do an initial peer check
check_peers()
check_peers(TRUE) // Force because of time memes
UNTIL(initial_check_complete) // Wait here a bit
var/startup_msg = "The server [GLOB.configuration.general.server_name] is now starting up. The map is [SSmapping.map_datum.fluff_name] ([SSmapping.map_datum.technical_name])"
message_all_peers(startup_msg)