summaryrefslogtreecommitdiffstats
path: root/src/Root.cpp
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2019-08-05 01:43:54 +0200
committerMattes D <github@xoft.cz>2019-08-05 21:42:54 +0200
commit8212f163b5429973cc63eb4c8b0073b342f09914 (patch)
treec4c332bdef7c31063f256e4564ff73681d53c2c5 /src/Root.cpp
parentBlockTypeRegistry: Added hint manipulation (diff)
downloadcuberite-8212f163b5429973cc63eb4c8b0073b342f09914.tar
cuberite-8212f163b5429973cc63eb4c8b0073b342f09914.tar.gz
cuberite-8212f163b5429973cc63eb4c8b0073b342f09914.tar.bz2
cuberite-8212f163b5429973cc63eb4c8b0073b342f09914.tar.lz
cuberite-8212f163b5429973cc63eb4c8b0073b342f09914.tar.xz
cuberite-8212f163b5429973cc63eb4c8b0073b342f09914.tar.zst
cuberite-8212f163b5429973cc63eb4c8b0073b342f09914.zip
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();
}