Skip to content

Commit

Permalink
Lower time per round unranked
Browse files Browse the repository at this point in the history
  • Loading branch information
codergautam committed Dec 23, 2024
1 parent e04d96c commit 4d36620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ws/classes/Game.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ export default class Game {
this.state = 'waiting'; // [waiting, getready, guess, end]
this.public = publicLobby;
this.duel = isDuel;
this.timePerRound = 60000;
this.timePerRound = 30000;
this.waitBetweenRounds = 10000;
if(isDuel) {
this.waitBetweenRounds = 6000;

this.timePerRound = 60000;

}
this.maxDist = 20000;
Expand Down

0 comments on commit 4d36620

Please sign in to comment.