Forgot a little super call. super!
This commit is contained in:
parent
982177c169
commit
b8b0023b02
|
@ -52,6 +52,7 @@ public abstract class Enemy extends ShootingEntity {
|
|||
@Override
|
||||
public void die() {
|
||||
PlayerSession.addCredits(1);
|
||||
super.die();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue