diff options
Diffstat (limited to 'src/Entities/Entity.cpp')
-rw-r--r-- | src/Entities/Entity.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Entities/Entity.cpp b/src/Entities/Entity.cpp index 858f9e0de..5b0480ba9 100644 --- a/src/Entities/Entity.cpp +++ b/src/Entities/Entity.cpp @@ -2419,8 +2419,7 @@ void cEntity::BroadcastDeathMessage(TakeDamageInfo & a_TDI) { GetWorld()->BroadcastChatDeath(DeathMessage); } - } - // This will trigger if a player/tamed pet has been killed by another mob/tamed pet. + } // This will trigger if a player/tamed pet has been killed by another mob/tamed pet. else if (a_TDI.Attacker->IsMob()) { cMonster * Monster = static_cast<cMonster *>(a_TDI.Attacker); |