summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-10-30 21:38:32 +0100
committerHowaner <franzi.moos@googlemail.com>2014-10-30 21:38:32 +0100
commit415c0e128e0a333f69e1785c4d49a6161e1c6f34 (patch)
tree892f2a017eb28c7165d0eedacfdbef4b44ee077e
parentAdded a MaxViewDistance option. (diff)
downloadcuberite-415c0e128e0a333f69e1785c4d49a6161e1c6f34.tar
cuberite-415c0e128e0a333f69e1785c4d49a6161e1c6f34.tar.gz
cuberite-415c0e128e0a333f69e1785c4d49a6161e1c6f34.tar.bz2
cuberite-415c0e128e0a333f69e1785c4d49a6161e1c6f34.tar.lz
cuberite-415c0e128e0a333f69e1785c4d49a6161e1c6f34.tar.xz
cuberite-415c0e128e0a333f69e1785c4d49a6161e1c6f34.tar.zst
cuberite-415c0e128e0a333f69e1785c4d49a6161e1c6f34.zip
-rw-r--r--src/World.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/World.h b/src/World.h
index cc8906d95..a782bb5ec 100644
--- a/src/World.h
+++ b/src/World.h
@@ -968,7 +968,7 @@ private:
*/
eShrapnelLevel m_TNTShrapnelLevel;
- /** The maximum view distance that a player can have. */
+ /** The maximum view distance that a player can have in this world. */
int m_MaxViewDistance;
/** Name of the nether world */