Skip to content

Commit ea1aadb

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents d129a50 + a9e018b commit ea1aadb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/stage/prefStageBidding.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,9 +251,11 @@ export default class PrefStageBidding extends APrefStage {
251251
if ("p1" === designation) {
252252
this._last1 = bid;
253253
if (this._max1 < bid) this._max1 = bid;
254+
254255
} else if ("p2" === designation) {
255256
this._last2 = bid;
256257
if (this._max2 < bid) this._max2 = bid;
258+
257259
} else {
258260
this._last3 = bid;
259261
if (this._max3 < bid) this._max3 = bid;

0 commit comments

Comments
 (0)