diff --git a/Content.Server/_White/AuthPanel/AuthPanelSystem.cs b/Content.Server/_White/AuthPanel/AuthPanelSystem.cs index 903e74ccad..30307a3312 100644 --- a/Content.Server/_White/AuthPanel/AuthPanelSystem.cs +++ b/Content.Server/_White/AuthPanel/AuthPanelSystem.cs @@ -41,7 +41,7 @@ public sealed class AuthPanelSystem : EntitySystem /// /// Amount of minutes before action can be called. Counting from round start. /// - public static int EarliestStart = 45; + public static int EarliestStart = 60; /// /// Amount of seconds before action can be called. Counting from previous vote.