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
|
@Override
|
||||||
public void die() {
|
public void die() {
|
||||||
PlayerSession.addCredits(1);
|
PlayerSession.addCredits(1);
|
||||||
|
super.die();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue