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/TNTEntity.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/TNTEntity.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/source/Entities/TNTEntity.cpp b/source/Entities/TNTEntity.cpp index 43a0dea09..ad3d9ae0c 100644 --- a/source/Entities/TNTEntity.cpp +++ b/source/Entities/TNTEntity.cpp @@ -29,20 +29,6 @@ cTNTEntity::cTNTEntity(const Vector3d & a_Pos, double a_FuseTimeInSec) : -bool cTNTEntity::Initialize(cWorld * a_World) -{ - if (super::Initialize(a_World)) - { - a_World->BroadcastSpawnEntity(*this); - return true; - } - return false; -} - - - - - void cTNTEntity::SpawnOn(cClientHandle & a_ClientHandle) { a_ClientHandle.SendSpawnObject(*this, 50, 1, 0, 0); // 50 means TNT |