From afe72bc2a2cda2630890275fb5b8ccce47eb2fcc Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Tue, 31 Mar 2020 01:44:29 -0700 Subject: [PATCH] small fix --- code/modules/admin/functions/server/admin_reboot.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/functions/server/admin_reboot.dm b/code/modules/admin/functions/server/admin_reboot.dm index 4d3e25db94b..5d9236c64c6 100644 --- a/code/modules/admin/functions/server/admin_reboot.dm +++ b/code/modules/admin/functions/server/admin_reboot.dm @@ -23,7 +23,7 @@ if("Regular Restart") //SSticker.Reboot(init_by, "admin reboot - by [usr.key] [usr.client.holder.fakekey ? "(stealth)" : ""]", 10) //POLARIS CODE REE - to_chat(world, "Rebooting world in 1 second! Initiated by [init_by]") + to_chat(world, "Rebooting world in 1 second! [init_by]") spawn(10) world.Reboot() if("Hard Restart (No Delay, No Feeback Reason)")