jumping counter
Some checks failed
ci / build (push) Has been cancelled

This commit is contained in:
miwr 2025-04-22 13:34:56 +02:00
parent 6a472bdb85
commit c009451fa1

View file

@ -25,7 +25,6 @@ public class GameController {
public Map<String, Integer> registerJump() {
System.out.println(domain);
int total = jumpCount.incrementAndGet();
total = total/2;
System.out.println(total);
return Collections.singletonMap("totalJumps", total);
}