diff options
Diffstat (limited to '')
-rw-r--r-- | source/cClientHandle.h | 2 |
1 files changed, 2 insertions, 0 deletions
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();
|