diff options
author | tonibm19 <tonibm19@gmail.com> | 2014-07-23 20:28:56 +0200 |
---|---|---|
committer | tonibm19 <tonibm19@gmail.com> | 2014-07-23 20:28:56 +0200 |
commit | 997a643977ea901a3cd3a3d1d7171d65b82a828c (patch) | |
tree | a203344f092021e86d0504bdc72614db8d3b3e0a /src | |
parent | TallGrass: Less grass on mountains. (diff) | |
download | cuberite-997a643977ea901a3cd3a3d1d7171d65b82a828c.tar cuberite-997a643977ea901a3cd3a3d1d7171d65b82a828c.tar.gz cuberite-997a643977ea901a3cd3a3d1d7171d65b82a828c.tar.bz2 cuberite-997a643977ea901a3cd3a3d1d7171d65b82a828c.tar.lz cuberite-997a643977ea901a3cd3a3d1d7171d65b82a828c.tar.xz cuberite-997a643977ea901a3cd3a3d1d7171d65b82a828c.tar.zst cuberite-997a643977ea901a3cd3a3d1d7171d65b82a828c.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(); |