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/FallingBlock.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 '')
-rw-r--r-- | source/FallingBlock.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/FallingBlock.cpp b/source/FallingBlock.cpp index 13342cdef..7b0fa69fb 100644 --- a/source/FallingBlock.cpp +++ b/source/FallingBlock.cpp @@ -32,7 +32,7 @@ void cFallingBlock::Initialize(cWorld * a_World) void cFallingBlock::SpawnOn(cClientHandle & a_ClientHandle)
{
- a_ClientHandle.SendSpawnObject(*this, 70, m_BlockType, 0, 0, 0, 0, 0);
+ a_ClientHandle.SendSpawnFallingBlock(*this);
}
|