diff options
author | daniel0916 <theschokolps@gmail.com> | 2014-01-31 19:46:51 +0100 |
---|---|---|
committer | daniel0916 <theschokolps@gmail.com> | 2014-01-31 19:46:51 +0100 |
commit | 36120db400691be75199ff404e35f5c289b8818f (patch) | |
tree | 0547d366be14b96a961331de0f93ae86ff0fa4ae /src/Protocol/Protocol17x.h | |
parent | removed hook from enchanting commit (diff) | |
download | cuberite-36120db400691be75199ff404e35f5c289b8818f.tar cuberite-36120db400691be75199ff404e35f5c289b8818f.tar.gz cuberite-36120db400691be75199ff404e35f5c289b8818f.tar.bz2 cuberite-36120db400691be75199ff404e35f5c289b8818f.tar.lz cuberite-36120db400691be75199ff404e35f5c289b8818f.tar.xz cuberite-36120db400691be75199ff404e35f5c289b8818f.tar.zst cuberite-36120db400691be75199ff404e35f5c289b8818f.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Protocol/Protocol17x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Protocol/Protocol17x.h b/src/Protocol/Protocol17x.h index 7877e783a..1f3039edb 100644 --- a/src/Protocol/Protocol17x.h +++ b/src/Protocol/Protocol17x.h @@ -258,7 +258,7 @@ protected: void HandlePacketTabComplete (cByteBuffer & a_ByteBuffer); void HandlePacketUpdateSign (cByteBuffer & a_ByteBuffer); void HandlePacketUseEntity (cByteBuffer & a_ByteBuffer); - void HandlePacketEnchanting (cByteBuffer & a_ByteBuffer); + void HandlePacketEnchantItem (cByteBuffer & a_ByteBuffer); void HandlePacketWindowClick (cByteBuffer & a_ByteBuffer); void HandlePacketWindowClose (cByteBuffer & a_ByteBuffer); |