Skip to content

Commit

Permalink
Fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
5jiji committed Mar 10, 2024
1 parent 507d27f commit c21f1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Scripts/BidHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ private void SetBasePrizeByRarity(RarityType rarity)
UpdateBiddingQ();
}

private async void CancelTicketsUsed(PlayerHandler ph, bool unbid)
private async void CancelTicketsUsed(PlayerHandler ph, bool unbid = false)
{
if (unbid)
{
Expand Down

0 comments on commit c21f1a5

Please sign in to comment.