summaryrefslogtreecommitdiffstats
path: root/src/Root.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Root.cpp')
-rw-r--r--src/Root.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Root.cpp b/src/Root.cpp
index b35d7229b..0110444ba 100644
--- a/src/Root.cpp
+++ b/src/Root.cpp
@@ -61,6 +61,7 @@ cRoot::cRoot(void) :
m_PluginManager(nullptr),
m_MojangAPI(nullptr)
{
+ Temporary::RegisterAllBlockHandlers(m_BlockTypeRegistry);
s_Root = this;
m_InputThreadRunFlag.clear();
}