diff options
Diffstat (limited to '')
-rw-r--r-- | source/cClientHandle.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source/cClientHandle.cpp b/source/cClientHandle.cpp index 4c4461201..11a534442 100644 --- a/source/cClientHandle.cpp +++ b/source/cClientHandle.cpp @@ -1271,6 +1271,11 @@ void cClientHandle::HandleBlockPlace(cPacket_BlockPlace * a_Packet) }
break;
}
+ case E_ITEM_SUGARCANE:
+ {
+ a_Packet->m_ItemType = E_BLOCK_SUGARCANE;
+ break;
+ }
default:
{
break;
|