summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2014-02-05 01:45:08 +0100
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2014-02-05 01:45:08 +0100
commit99fdadd58e459b70803fff5f9fd3cae1ab8df2d5 (patch)
tree429bba1f4dbf16d68404c3379553102dc4dad38e
parentUpdated Core & PolarSSL (diff)
downloadcuberite-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
-rw-r--r--src/ClientHandle.cpp2
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;