diff options
author | madmaxoft <github@xoft.cz> | 2013-08-25 21:25:13 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-08-25 21:25:13 +0200 |
commit | a7447b4c7e890f550ed02431ba00ec909d4e2b88 (patch) | |
tree | 7a9f233789b4d31aa82fd325aff4d48fe3ac6ae2 /source/Entities/FallingBlock.cpp | |
parent | Merged branch 'master' into Projectiles. (diff) | |
download | cuberite-a7447b4c7e890f550ed02431ba00ec909d4e2b88.tar cuberite-a7447b4c7e890f550ed02431ba00ec909d4e2b88.tar.gz cuberite-a7447b4c7e890f550ed02431ba00ec909d4e2b88.tar.bz2 cuberite-a7447b4c7e890f550ed02431ba00ec909d4e2b88.tar.lz cuberite-a7447b4c7e890f550ed02431ba00ec909d4e2b88.tar.xz cuberite-a7447b4c7e890f550ed02431ba00ec909d4e2b88.tar.zst cuberite-a7447b4c7e890f550ed02431ba00ec909d4e2b88.zip |
Diffstat (limited to '')
-rw-r--r-- | source/Entities/FallingBlock.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/source/Entities/FallingBlock.cpp b/source/Entities/FallingBlock.cpp index 237327975..9fcd9ac80 100644 --- a/source/Entities/FallingBlock.cpp +++ b/source/Entities/FallingBlock.cpp @@ -22,20 +22,6 @@ cFallingBlock::cFallingBlock(const Vector3i & a_BlockPosition, BLOCKTYPE a_Block -bool cFallingBlock::Initialize(cWorld * a_World) -{ - if (super::Initialize(a_World)) - { - a_World->BroadcastSpawnEntity(*this); - return true; - } - return false; -} - - - - - void cFallingBlock::SpawnOn(cClientHandle & a_ClientHandle) { a_ClientHandle.SendSpawnFallingBlock(*this); |