Fixed FS #243, server crash after restart. The blockhandler table and the itemhandler table weren't properly re-initialized.
git-svn-id: http://mc-server.googlecode.com/svn/trunk@830 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
@@ -179,6 +179,7 @@ void cItemHandler::Deinit()
|
||||
{
|
||||
delete m_ItemHandler[i];
|
||||
}
|
||||
m_HandlerInitialized = false;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user