From 45edf4cb022a41782bc2d46f063c49a8a1da3d13 Mon Sep 17 00:00:00 2001 From: Cameron653 Date: Sun, 27 Aug 2017 19:42:59 -0400 Subject: [PATCH] Update autotransfer.dm --- code/controllers/autotransfer.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/controllers/autotransfer.dm b/code/controllers/autotransfer.dm index 47921faf75..8ee2168757 100644 --- a/code/controllers/autotransfer.dm +++ b/code/controllers/autotransfer.dm @@ -21,4 +21,4 @@ datum/controller/transfer_controller/proc/process() else if (round_duration_in_ticks >= timerbuffer - 1 MINUTE) //VOREStation Edit END vote.autotransfer() timerbuffer = timerbuffer + config.vote_autotransfer_interval - world << "Warning: If the extend vote passes, the round will not be extended again. Wrap up your scenes in the next 60 minutes if the vote succeeds." + world << "Warning: If the extend vote passes, the round will not be extended again. Wrap up your scenes in the next 60 minutes if the vote succeeds." //VOREStation Edit