diff options
-rw-r--r-- | source/cClientHandle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cClientHandle.h b/source/cClientHandle.h index e38165604..5025f03d2 100644 --- a/source/cClientHandle.h +++ b/source/cClientHandle.h @@ -20,7 +20,7 @@ public: cClientHandle(const cSocket & a_Socket);
~cClientHandle();
- static const int VIEWDISTANCE = 17;
+ static const int VIEWDISTANCE = 13;
const cSocket & GetSocket();
cPlayer* GetPlayer() { return m_Player; } // tolua_export
|