Merge branch 'master' into restart-game

This commit is contained in:
Alec
2022-05-10 15:08:56 -04:00
committed by GitHub

View File

@@ -459,7 +459,7 @@ function initializePeopleForGame (uniqueCards, moderator, shuffle) {
} }
} }
shuffle(cards); shuffle(cards); // this shuffles in-place.
let j = 0; let j = 0;
if (moderator.userType === globals.USER_TYPES.TEMPORARY_MODERATOR) { // temporary moderators should be dealt in. if (moderator.userType === globals.USER_TYPES.TEMPORARY_MODERATOR) { // temporary moderators should be dealt in.