diff options
author | Mattes D <github@xoft.cz> | 2019-08-05 01:43:54 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2019-08-05 21:42:54 +0200 |
commit | 8212f163b5429973cc63eb4c8b0073b342f09914 (patch) | |
tree | c4c332bdef7c31063f256e4564ff73681d53c2c5 /src/Root.cpp | |
parent | BlockTypeRegistry: Added hint manipulation (diff) | |
download | cuberite-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.cpp | 1 |
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(); } |