diff options
Diffstat (limited to '')
-rw-r--r-- | src/Entities/WitherSkullEntity.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Entities/WitherSkullEntity.cpp b/src/Entities/WitherSkullEntity.cpp index 65e055e59..55f1ff32f 100644 --- a/src/Entities/WitherSkullEntity.cpp +++ b/src/Entities/WitherSkullEntity.cpp @@ -43,7 +43,7 @@ void cWitherSkullEntity::OnHitEntity(cEntity & a_EntityHit, Vector3d a_HitPos) // TODO: Explode // TODO: Apply wither effect to entity and others nearby - Destroy(true); + Destroy(); } |