summaryrefslogtreecommitdiffstats
path: root/src/World.h
diff options
context:
space:
mode:
authorMat <mail@mathias.is>2020-03-26 18:06:15 +0100
committerGitHub <noreply@github.com>2020-03-26 18:06:15 +0100
commit195bebb4809fd96dd66ff440a2e1b3514227a223 (patch)
treef5c14078bd7984450895a2a6d1de0a55e6941bc1 /src/World.h
parentFix nether mob spawning (#4546) (diff)
downloadcuberite-195bebb4809fd96dd66ff440a2e1b3514227a223.tar
cuberite-195bebb4809fd96dd66ff440a2e1b3514227a223.tar.gz
cuberite-195bebb4809fd96dd66ff440a2e1b3514227a223.tar.bz2
cuberite-195bebb4809fd96dd66ff440a2e1b3514227a223.tar.lz
cuberite-195bebb4809fd96dd66ff440a2e1b3514227a223.tar.xz
cuberite-195bebb4809fd96dd66ff440a2e1b3514227a223.tar.zst
cuberite-195bebb4809fd96dd66ff440a2e1b3514227a223.zip
Diffstat (limited to 'src/World.h')
-rw-r--r--src/World.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/World.h b/src/World.h
index 165578e07..7f6b1871d 100644
--- a/src/World.h
+++ b/src/World.h
@@ -1213,6 +1213,7 @@ private:
int m_MaxCactusHeight;
int m_MaxSugarcaneHeight;
+ /* TODO: Enable when functionality exists again
bool m_IsBeetrootsBonemealable;
bool m_IsCactusBonemealable;
bool m_IsCarrotsBonemealable;
@@ -1227,6 +1228,7 @@ private:
bool m_IsSugarcaneBonemealable;
bool m_IsBigFlowerBonemealable;
bool m_IsTallGrassBonemealable;
+ */
/** Whether command blocks are enabled or not */
bool m_bCommandBlocksEnabled;