1
0

Init Mojang API pointer

Fixes CID 90583
This commit is contained in:
worktycho 2014-12-23 00:41:46 +00:00
parent f3268612fd
commit 9fde173142

View File

@ -47,6 +47,7 @@ cRoot::cRoot(void) :
m_FurnaceRecipe(nullptr), m_FurnaceRecipe(nullptr),
m_WebAdmin(nullptr), m_WebAdmin(nullptr),
m_PluginManager(nullptr), m_PluginManager(nullptr),
m_MojangAPI(nullptr),
m_bStop(false), m_bStop(false),
m_bRestart(false) m_bRestart(false)
{ {