From 0f575a5db39cc25497fd40baa6bd703f8d8b7e96 Mon Sep 17 00:00:00 2001 From: TheHyper45 Date: Sun, 20 Jun 2021 10:45:40 +0100 Subject: Style fix. --- src/Entities/Entity.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') 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(a_TDI.Attacker); -- cgit v1.2.3