diff options
author | Mattes D <github@xoft.cz> | 2014-07-23 20:47:42 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-07-23 20:47:42 +0200 |
commit | bb7919d66b5a234d6b041f851427d40a1dfcc6ee (patch) | |
tree | a203344f092021e86d0504bdc72614db8d3b3e0a /src | |
parent | TallGrass: Less grass on mountains. (diff) | |
parent | Moar view distance! (diff) | |
download | cuberite-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 |
Diffstat (limited to '')
-rw-r--r-- | src/ClientHandle.h | 4 |
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(); |