summaryrefslogtreecommitdiffstats
path: root/Tools/ProtoProxy/Connection.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-09-19 21:51:59 +0200
committermadmaxoft <github@xoft.cz>2013-09-19 21:51:59 +0200
commit19bfab9eca655ce1637f72910c3e1dcc9ab1b138 (patch)
treed203fc90235d184341059ddcf9093bce7cec4bf4 /Tools/ProtoProxy/Connection.h
parentFixed a crash in cEntity when the entity was at BlockY == 0. (diff)
downloadcuberite-19bfab9eca655ce1637f72910c3e1dcc9ab1b138.tar
cuberite-19bfab9eca655ce1637f72910c3e1dcc9ab1b138.tar.gz
cuberite-19bfab9eca655ce1637f72910c3e1dcc9ab1b138.tar.bz2
cuberite-19bfab9eca655ce1637f72910c3e1dcc9ab1b138.tar.lz
cuberite-19bfab9eca655ce1637f72910c3e1dcc9ab1b138.tar.xz
cuberite-19bfab9eca655ce1637f72910c3e1dcc9ab1b138.tar.zst
cuberite-19bfab9eca655ce1637f72910c3e1dcc9ab1b138.zip
Diffstat (limited to '')
-rw-r--r--Tools/ProtoProxy/Connection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/ProtoProxy/Connection.h b/Tools/ProtoProxy/Connection.h
index c30a28727..6093408d6 100644
--- a/Tools/ProtoProxy/Connection.h
+++ b/Tools/ProtoProxy/Connection.h
@@ -158,6 +158,7 @@ protected:
bool HandleServerEntityStatus(void);
bool HandleServerEntityTeleport(void);
bool HandleServerEntityVelocity(void);
+ bool HandleServerExplosion(void);
bool HandleServerIncrementStatistic(void);
bool HandleServerKeepAlive(void);
bool HandleServerKick(void);