forked from Kolyah35/minecraft-pe-0.6.1
begin
This commit is contained in:
@@ -186,7 +186,8 @@ Minecraft::Minecraft() :
|
||||
commandPort(4711),
|
||||
reserved_d1(0),reserved_d2(0),
|
||||
reserved_f1(0),reserved_f2(0), options(this),
|
||||
m_commandManager()
|
||||
m_commandManager(),
|
||||
m_pluginsManager(*level)
|
||||
{
|
||||
//#ifdef ANDROID
|
||||
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
|
||||
#include "Options.h"
|
||||
#include "commands/CommandManager.hpp"
|
||||
#include <plugins/PluginsManager.hpp>
|
||||
|
||||
#ifndef STANDALONE_SERVER
|
||||
#include "MouseHandler.h"
|
||||
#include "gui/Gui.h"
|
||||
@@ -243,6 +245,8 @@ private:
|
||||
CommandServer* _commandServer;
|
||||
|
||||
CommandManager m_commandManager;
|
||||
|
||||
PluginsManager m_pluginsManager;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT__Minecraft_H__*/
|
||||
|
||||
Reference in New Issue
Block a user