diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-10-30 21:38:32 +0100 |
---|---|---|
committer | Howaner <franzi.moos@googlemail.com> | 2014-10-30 21:38:32 +0100 |
commit | 415c0e128e0a333f69e1785c4d49a6161e1c6f34 (patch) | |
tree | 892f2a017eb28c7165d0eedacfdbef4b44ee077e | |
parent | Added a MaxViewDistance option. (diff) | |
download | cuberite-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 |
Diffstat (limited to '')
-rw-r--r-- | src/World.h | 2 |
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 */ |