This commit is contained in:
BIGZi0348
2024-12-27 13:07:09 +03:00
committed by GitHub
parent 84d7d88cde
commit e43ec97ecd
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ public sealed class AuthPanelSystem : EntitySystem
/// <summary>
/// Amount of minutes before action can be called. Counting from round start.
/// </summary>
public static int EarliestStart = 45;
public static int EarliestStart = 60;
/// <summary>
/// Amount of seconds before action can be called. Counting from previous vote.