summaryrefslogtreecommitdiffstats
path: root/source/Entities/FallingBlock.cpp
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-08-25 21:25:13 +0200
committermadmaxoft <github@xoft.cz>2013-08-25 21:25:13 +0200
commita7447b4c7e890f550ed02431ba00ec909d4e2b88 (patch)
tree7a9f233789b4d31aa82fd325aff4d48fe3ac6ae2 /source/Entities/FallingBlock.cpp
parentMerged branch 'master' into Projectiles. (diff)
downloadcuberite-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.cpp14
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);