From 458b3bf5e3e960b51d2a8a497ceb27687e395552 Mon Sep 17 00:00:00 2001 From: "admin@omencraft.com" Date: Sat, 12 Nov 2011 05:48:29 +0000 Subject: [PATCH] Put view distance back to 13. Didn't mean to change that. git-svn-id: http://mc-server.googlecode.com/svn/trunk@92 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cClientHandle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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