From 03f86ad3fcb6503e642119aa7dd292fc0848be53 Mon Sep 17 00:00:00 2001 From: "mtilden@gmail.com" Date: Wed, 28 Dec 2011 11:27:36 +0000 Subject: - Added chicken to eating - Increased max interactions again, seems to be fine now for even the fastest clickers. git-svn-id: http://mc-server.googlecode.com/svn/trunk@142 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 abb0c14c6..6f3e3ddc0 100644 --- a/source/cClientHandle.h +++ b/source/cClientHandle.h @@ -17,7 +17,7 @@ public: E_PRIORITY_NORMAL }; - static const int MAXBLOCKCHANGEINTERACTIONS = 5; + static const int MAXBLOCKCHANGEINTERACTIONS = 10; // 5 didn't help, 10 seems to have done the trick cClientHandle(const cSocket & a_Socket); ~cClientHandle(); -- cgit v1.2.3