Skip to content

Commit

Permalink
UNO: Fix turn order after a disqualification (#7944)
Browse files Browse the repository at this point in the history
  • Loading branch information
Distrib-ps committed Feb 2, 2021
1 parent 271bed4 commit cf9f7a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/chat-plugins/uno.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ export class UNO extends Rooms.RoomGame {
this.discards.push(...this.playerTable[userid].hand);

this.removePlayer(this.playerTable[userid]);
this.nextTurn();
return name;
}

Expand Down

0 comments on commit cf9f7a5

Please sign in to comment.