From 0b45b00ee696a79c2dc8e17b01110e3e59ff2b25 Mon Sep 17 00:00:00 2001 From: TiviPlus <57223640+TiviPlus@users.noreply.github.com> Date: Tue, 9 Jun 2020 09:43:18 +0200 Subject: [PATCH] Makes round restart vote instant (#51488) * a * a --- code/controllers/subsystem/vote.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/controllers/subsystem/vote.dm b/code/controllers/subsystem/vote.dm index 9b76120cec6..430e9b6d45e 100644 --- a/code/controllers/subsystem/vote.dm +++ b/code/controllers/subsystem/vote.dm @@ -146,7 +146,7 @@ SUBSYSTEM_DEF(vote) active_admins = TRUE break if(!active_admins) - SSticker.Reboot("Restart vote successful.", "restart vote") + SSticker.Reboot("Restart vote successful.", "restart vote", 1) //no delay in case the restart is due to lag else to_chat(world, "Notice:Restart vote will not restart the server automatically because there are active admins on.") message_admins("A restart vote has passed, but there are active admins on with +server, so it has been canceled. If you wish, you may restart the server.")