diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-12-26 10:12:00 +0100 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-12-26 10:12:00 +0100 |
commit | 17a2c1b3886ed38b3e5e93238029476866b8c220 (patch) | |
tree | e4c4c335456e5d77cd986094ebd0fd4ebe359733 /source/ClientHandle.cpp | |
parent | ProtoProxy: more 1.4.6 stuff, now the connection holds stable with the 1.4.6 client. (diff) | |
download | cuberite-17a2c1b3886ed38b3e5e93238029476866b8c220.tar cuberite-17a2c1b3886ed38b3e5e93238029476866b8c220.tar.gz cuberite-17a2c1b3886ed38b3e5e93238029476866b8c220.tar.bz2 cuberite-17a2c1b3886ed38b3e5e93238029476866b8c220.tar.lz cuberite-17a2c1b3886ed38b3e5e93238029476866b8c220.tar.xz cuberite-17a2c1b3886ed38b3e5e93238029476866b8c220.tar.zst cuberite-17a2c1b3886ed38b3e5e93238029476866b8c220.zip |
Diffstat (limited to 'source/ClientHandle.cpp')
-rw-r--r-- | source/ClientHandle.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source/ClientHandle.cpp b/source/ClientHandle.cpp index 17e403452..f32b6bec7 100644 --- a/source/ClientHandle.cpp +++ b/source/ClientHandle.cpp @@ -1416,6 +1416,15 @@ void cClientHandle::SendPickupSpawn(const cPickup & a_Pickup) +void cClientHandle::SendSpawnFallingBlock(const cFallingBlock & a_FallingBlock) +{ + m_Protocol->SendSpawnFallingBlock(a_FallingBlock); +} + + + + + void cClientHandle::SendSpawnMob(const cMonster & a_Mob) { m_Protocol->SendSpawnMob(a_Mob); |