From 750f9ab74fa7dfb04739dd5dd9d8a3fb4976b901 Mon Sep 17 00:00:00 2001 From: "admin@omencraft.com" Date: Fri, 11 Nov 2011 00:21:52 +0000 Subject: Found and fixed a bug not letting users place blocks in water or lava. git-svn-id: http://mc-server.googlecode.com/svn/trunk@91 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cClientHandle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/cClientHandle.h') diff --git a/source/cClientHandle.h b/source/cClientHandle.h index 5025f03d2..e38165604 100644 --- a/source/cClientHandle.h +++ b/source/cClientHandle.h @@ -20,7 +20,7 @@ public: cClientHandle(const cSocket & a_Socket); ~cClientHandle(); - static const int VIEWDISTANCE = 13; + static const int VIEWDISTANCE = 17; const cSocket & GetSocket(); cPlayer* GetPlayer() { return m_Player; } // tolua_export -- cgit v1.2.3