This commit is contained in:
parent
6a472bdb85
commit
c009451fa1
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue