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)")