From 36754f20f8397f517e7d06673b017fc06afce09a Mon Sep 17 00:00:00 2001 From: LogicParrot Date: Mon, 2 May 2016 00:18:21 +0300 Subject: Fix Crash on stopping the server (#3176) --- src/World.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/World.cpp') diff --git a/src/World.cpp b/src/World.cpp index 9c30a3a07..e42e55825 100644 --- a/src/World.cpp +++ b/src/World.cpp @@ -215,8 +215,6 @@ cWorld::~cWorld() delete m_LavaSimulator; m_LavaSimulator = nullptr; delete m_RedstoneSimulator; m_RedstoneSimulator = nullptr; - UnloadUnusedChunks(); - m_Storage.WaitForFinish(); // Unload the scoreboard -- cgit v1.2.3