diff --git a/src/de/teamteamteam/spacescooter/entity/Player.java b/src/de/teamteamteam/spacescooter/entity/Player.java index c80ccbc..49ea7bb 100644 --- a/src/de/teamteamteam/spacescooter/entity/Player.java +++ b/src/de/teamteamteam/spacescooter/entity/Player.java @@ -30,7 +30,6 @@ public class Player extends ShootingEntity implements KeyboardListener { } public void update() { - super.update(); if(this.canMove) { super.update(); int off = 3;