diff options
author | LogicParrot <LogicParrot@users.noreply.github.com> | 2016-03-28 17:35:54 +0200 |
---|---|---|
committer | LogicParrot <LogicParrot@users.noreply.github.com> | 2016-03-28 17:37:43 +0200 |
commit | a3d9bd8ba084c566ce0b91aec30ed9844e21b373 (patch) | |
tree | cae49431e59fffc44127b07c76ba29cdb6a1b3b1 | |
parent | Merge pull request #3093 from mathias-github/patch-2 (diff) | |
download | cuberite-a3d9bd8ba084c566ce0b91aec30ed9844e21b373.tar cuberite-a3d9bd8ba084c566ce0b91aec30ed9844e21b373.tar.gz cuberite-a3d9bd8ba084c566ce0b91aec30ed9844e21b373.tar.bz2 cuberite-a3d9bd8ba084c566ce0b91aec30ed9844e21b373.tar.lz cuberite-a3d9bd8ba084c566ce0b91aec30ed9844e21b373.tar.xz cuberite-a3d9bd8ba084c566ce0b91aec30ed9844e21b373.tar.zst cuberite-a3d9bd8ba084c566ce0b91aec30ed9844e21b373.zip |
-rw-r--r-- | src/Mobs/PassiveMonster.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Mobs/PassiveMonster.cpp b/src/Mobs/PassiveMonster.cpp index 000f3d5a4..071352532 100644 --- a/src/Mobs/PassiveMonster.cpp +++ b/src/Mobs/PassiveMonster.cpp @@ -71,6 +71,7 @@ void cPassiveMonster::Destroyed() { m_LovePartner->ResetLoveMode(); } + super::Destroyed(); } |