Skip to content

Commit

Permalink
fix: teambalancer
Browse files Browse the repository at this point in the history
  • Loading branch information
derkalle4 committed Nov 11, 2024
1 parent 0d73548 commit 5676eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TeamBalancer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public HookResult OnPlayerTeam(EventPlayerTeam @event, GameEventInfo info)
public HookResult OnStartHalftime(EventStartHalftime @event, GameEventInfo info)
{
_halfTime = true;
AddTimer(5f, () =>
AddTimer(10f, () =>
{
_halfTime = false;
});
Expand Down

0 comments on commit 5676eaf

Please sign in to comment.