Skip to content

Commit ed87102

Browse files
committed
Actually remember that yield countdown has stopped
1 parent 7cabfb5 commit ed87102

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Assets/Scripts/Auction/AuctionDriver.cs

+3
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,10 @@ private void AddYieldingPlayerRpc(uint id)
167167
if (hasAuctionStarted && IsAuctionYielded())
168168
StartCoroutine(nameof(WaitAndTryAuctionEnd));
169169
else
170+
{
170171
StopCoroutine(nameof(WaitAndTryAuctionEnd));
172+
isYieldCountdownOn = false;
173+
}
171174
}
172175

173176
private bool IsAuctionYielded()

0 commit comments

Comments
 (0)