From 417571424b87a6c8eeb536408f42e5e0fd2ea051 Mon Sep 17 00:00:00 2001 From: "mtilden@gmail.com" Date: Tue, 27 Dec 2011 16:27:22 +0000 Subject: Slightly cleaner block change interactions static in header git-svn-id: http://mc-server.googlecode.com/svn/trunk@130 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cClientHandle.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/cClientHandle.h') diff --git a/source/cClientHandle.h b/source/cClientHandle.h index 7550e5e05..4f8981b78 100644 --- a/source/cClientHandle.h +++ b/source/cClientHandle.h @@ -17,6 +17,8 @@ public: E_PRIORITY_NORMAL }; + static const int MAXBLOCKCHANGEINTERACTIONS = 5; + cClientHandle(const cSocket & a_Socket); ~cClientHandle(); -- cgit v1.2.3