summaryrefslogtreecommitdiffstats
path: root/src/Root.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Root.cpp')
-rw-r--r--src/Root.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Root.cpp b/src/Root.cpp
index b3712a687..0decfd4dd 100644
--- a/src/Root.cpp
+++ b/src/Root.cpp
@@ -40,7 +40,6 @@
#include "OverridesSettingsRepository.h"
#include "Logger.h"
#include "ClientHandle.h"
-#include "BlockTypePalette.h"
@@ -66,7 +65,6 @@ cRoot::cRoot(void) :
m_PluginManager(nullptr),
m_MojangAPI(nullptr)
{
- Temporary::RegisterAllBlockHandlers(m_BlockTypeRegistry);
s_Root = this;
TransitionNextState(NextState::Run);
}