v2.2.1: fixed light vfx occasionally lingering from wisp sprites

This commit is contained in:
Evan Debenham
2023-10-22 15:39:34 -04:00
parent efdd4675fb
commit 4b24abb709

View File

@@ -111,8 +111,8 @@ public abstract class CrystalWispSprite extends MobSprite {
}
@Override
public void destroy() {
super.destroy();
public void kill() {
super.kill();
if (light != null){
light.killAndErase();
}