From 33467710c6a98ec90398e23a9ad0c2e4077c4ef0 Mon Sep 17 00:00:00 2001 From: Repede Date: Tue, 27 Feb 2018 23:01:28 -0500 Subject: [PATCH] TGS3 test implementation --- code/controllers/master.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/controllers/master.dm b/code/controllers/master.dm index 961f657b2d..6a7ea6c32d 100644 --- a/code/controllers/master.dm +++ b/code/controllers/master.dm @@ -175,6 +175,8 @@ var/datum/controller/master/Master = new() to_chat(world, "[msg]") log_world(msg) + SERVER_TOOLS_CHAT_BROADCAST("Server Initialization completed!") + if (!current_runlevel) SetRunLevel(RUNLEVEL_LOBBY)