diff options
author | madmaxoft <github@xoft.cz> | 2013-09-19 21:51:59 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-09-19 21:51:59 +0200 |
commit | 19bfab9eca655ce1637f72910c3e1dcc9ab1b138 (patch) | |
tree | d203fc90235d184341059ddcf9093bce7cec4bf4 /Tools/ProtoProxy/Connection.h | |
parent | Fixed a crash in cEntity when the entity was at BlockY == 0. (diff) | |
download | cuberite-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 'Tools/ProtoProxy/Connection.h')
-rw-r--r-- | Tools/ProtoProxy/Connection.h | 1 |
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); |