Skip to content

Commit

Permalink
fix time
Browse files Browse the repository at this point in the history
  • Loading branch information
Bims-sh committed Oct 18, 2024
1 parent 39b7da9 commit 3fe3279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Events/HideAndSeekGamemode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ public override Task OnGameStateChanged(GameState oldState, GameState newState)
switch (newState)
{
case GameState.Playing:
Server.RoundSettings.SecondsLeft = 10000;
Server.RoundSettings.SecondsLeft = 1080;
Server.RoundSettings.TeamATickets = 10000;
Server.RoundSettings.TeamBTickets = 10000;
break;
Expand Down

0 comments on commit 3fe3279

Please sign in to comment.