1
0
Fork 0

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
This commit is contained in:
admin@omencraft.com 2011-11-12 05:48:29 +00:00
parent 750f9ab74f
commit 458b3bf5e3
1 changed files with 1 additions and 1 deletions

View File

@ -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