Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
codergautam committed Nov 18, 2024
1 parent e6721db commit 08f9947
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ws/classes/Game.js
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,6 @@ export default class Game {
type: 'toast',
key: 'notEnoughLocationsInMap'
});
this.rounds = locs.length;
}
locs = locs.sort(() => Math.random() - 0.5).slice(0, this.rounds).map((loc) => ({
// lng -> long
Expand Down

0 comments on commit 08f9947

Please sign in to comment.