forked from SteamWar/SteamWar
LobbySystem/src/de/steamwar/lobby/jumpandrun/JumpAndRun.java aktualisiert
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user