diff options
Diffstat (limited to '')
-rw-r--r-- | src/Mobs/Ghast.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Mobs/Ghast.cpp b/src/Mobs/Ghast.cpp index 9ac16866e..61813d0fe 100644 --- a/src/Mobs/Ghast.cpp +++ b/src/Mobs/Ghast.cpp @@ -50,7 +50,6 @@ bool cGhast::Attack(std::chrono::milliseconds a_Dt) GhastBall = nullptr; return false; } - m_World->BroadcastSpawnEntity(*GhastBall); ResetAttackCooldown(); return true; } |