diff options
Diffstat (limited to '')
-rw-r--r-- | source/Chunk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Chunk.cpp b/source/Chunk.cpp index 7816f2adc..049a4944d 100644 --- a/source/Chunk.cpp +++ b/source/Chunk.cpp @@ -123,7 +123,7 @@ cChunk::~cChunk() { if (!(*itr)->IsPlayer()) { - (*itr)->Destroy(); + (*itr)->Destroy(false); delete *itr; } } |