diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2014-02-05 01:45:08 +0100 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2014-02-05 01:45:08 +0100 |
commit | 99fdadd58e459b70803fff5f9fd3cae1ab8df2d5 (patch) | |
tree | 429bba1f4dbf16d68404c3379553102dc4dad38e /src/ClientHandle.cpp | |
parent | Updated Core & PolarSSL (diff) | |
download | cuberite-99fdadd58e459b70803fff5f9fd3cae1ab8df2d5.tar cuberite-99fdadd58e459b70803fff5f9fd3cae1ab8df2d5.tar.gz cuberite-99fdadd58e459b70803fff5f9fd3cae1ab8df2d5.tar.bz2 cuberite-99fdadd58e459b70803fff5f9fd3cae1ab8df2d5.tar.lz cuberite-99fdadd58e459b70803fff5f9fd3cae1ab8df2d5.tar.xz cuberite-99fdadd58e459b70803fff5f9fd3cae1ab8df2d5.tar.zst cuberite-99fdadd58e459b70803fff5f9fd3cae1ab8df2d5.zip |
Diffstat (limited to 'src/ClientHandle.cpp')
-rw-r--r-- | src/ClientHandle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClientHandle.cpp b/src/ClientHandle.cpp index 3059ae7b1..439f980ce 100644 --- a/src/ClientHandle.cpp +++ b/src/ClientHandle.cpp @@ -48,7 +48,7 @@ #define MAX_OUTGOING_PACKETS 2000 /** Maximum number of explosions to send this tick, server will start dropping if exceeded */ -#define MAX_EXPLOSIONS_PER_TICK 100 +#define MAX_EXPLOSIONS_PER_TICK 20 /** How many ticks before the socket is closed after the client is destroyed (#31) */ static const int TICKS_BEFORE_CLOSE = 20; |