diff options
Diffstat (limited to 'source/cEntity.cpp')
-rw-r--r-- | source/cEntity.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/cEntity.cpp b/source/cEntity.cpp index d75c35002..f6627fd20 100644 --- a/source/cEntity.cpp +++ b/source/cEntity.cpp @@ -181,6 +181,8 @@ void cEntity::Destroy() m_World->BroadcastToChunk(m_ChunkX, m_ChunkY, m_ChunkZ, cPacket_DestroyEntity(this));
m_bDestroyed = true;
+
+ Destroyed();
}
|