Skip to content

Commit

Permalink
chore: reduce max time
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakShearman committed Mar 9, 2024
1 parent 0c3de3d commit 9da7181
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ public TaskSchedule get() {
}

private void beginTimer() {
int playTime = 300 / Math.max(12 - getPlayers().size(), 1);
int playTime = 210 / Math.max(12 - getPlayers().size(), 1);
int glowing = 15 + ((getPlayers().size() * 15) / 8);
int doubleJump = glowing / 2;

Expand Down

0 comments on commit 9da7181

Please sign in to comment.