Skip to content

Commit

Permalink
Fixed bets reset on roundstart
Browse files Browse the repository at this point in the history
  • Loading branch information
ValMadBox committed Dec 1, 2023
1 parent 7010107 commit f31d916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PlayersBet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public override void Load(bool hotReload)
}

[GameEventHandler]
public HookResult OnRoundEnd(EventRoundStart evnt, GameEventInfo info)
public HookResult OnRoundStart(EventRoundStart evnt, GameEventInfo info)
{
_currentBets.Clear();
return HookResult.Continue;
Expand Down

0 comments on commit f31d916

Please sign in to comment.