LobbySystem/src/de/steamwar/lobby/jumpandrun/JumpAndRun.java aktualisiert

This commit is contained in:
2025-04-26 23:48:33 +02:00
parent b1bef4ced5
commit f93362a023
@@ -67,7 +67,7 @@ public class JumpAndRun extends BasicListener {
int count = CLICKED_COUNT.getOrDefault(player, -1);
if (count >= 0) {
if (count > 60) {
if (count > 20) {
toReset.add(player);
return;
}