summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-07-23 20:47:42 +0200
committerMattes D <github@xoft.cz>2014-07-23 20:47:42 +0200
commitbb7919d66b5a234d6b041f851427d40a1dfcc6ee (patch)
treea203344f092021e86d0504bdc72614db8d3b3e0a
parentTallGrass: Less grass on mountains. (diff)
parentMoar view distance! (diff)
downloadcuberite-bb7919d66b5a234d6b041f851427d40a1dfcc6ee.tar
cuberite-bb7919d66b5a234d6b041f851427d40a1dfcc6ee.tar.gz
cuberite-bb7919d66b5a234d6b041f851427d40a1dfcc6ee.tar.bz2
cuberite-bb7919d66b5a234d6b041f851427d40a1dfcc6ee.tar.lz
cuberite-bb7919d66b5a234d6b041f851427d40a1dfcc6ee.tar.xz
cuberite-bb7919d66b5a234d6b041f851427d40a1dfcc6ee.tar.zst
cuberite-bb7919d66b5a234d6b041f851427d40a1dfcc6ee.zip
-rw-r--r--src/ClientHandle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ClientHandle.h b/src/ClientHandle.h
index c1c4cdff9..50ed596d5 100644
--- a/src/ClientHandle.h
+++ b/src/ClientHandle.h
@@ -56,8 +56,8 @@ public:
#else
static const int DEFAULT_VIEW_DISTANCE = 10;
#endif
- static const int MAX_VIEW_DISTANCE = 15;
- static const int MIN_VIEW_DISTANCE = 3;
+ static const int MAX_VIEW_DISTANCE = 32;
+ static const int MIN_VIEW_DISTANCE = 1;
cClientHandle(const cSocket * a_Socket, int a_ViewDistance);
virtual ~cClientHandle();