summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Ghast.cpp
diff options
context:
space:
mode:
authorWinfieldSteve <mail.stevewinfield@gmail.com>2016-01-17 11:23:42 +0100
committerWinfieldSteve <mail.stevewinfield@gmail.com>2016-01-17 11:23:42 +0100
commitd7bc866c7c6c5e0c68d09395f70df8e0d0b62a98 (patch)
tree6eb96f0cd0f8f448139303fa0abd53ffd285016e /src/Mobs/Ghast.cpp
parentMerge pull request #2881 from LogicParrot/knockback (diff)
downloadcuberite-d7bc866c7c6c5e0c68d09395f70df8e0d0b62a98.tar
cuberite-d7bc866c7c6c5e0c68d09395f70df8e0d0b62a98.tar.gz
cuberite-d7bc866c7c6c5e0c68d09395f70df8e0d0b62a98.tar.bz2
cuberite-d7bc866c7c6c5e0c68d09395f70df8e0d0b62a98.tar.lz
cuberite-d7bc866c7c6c5e0c68d09395f70df8e0d0b62a98.tar.xz
cuberite-d7bc866c7c6c5e0c68d09395f70df8e0d0b62a98.tar.zst
cuberite-d7bc866c7c6c5e0c68d09395f70df8e0d0b62a98.zip
Diffstat (limited to 'src/Mobs/Ghast.cpp')
-rw-r--r--src/Mobs/Ghast.cpp1
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;
}