From 88d0ba94b6836e6d97c062c938eb5b60e2038af3 Mon Sep 17 00:00:00 2001 From: TheHyper45 Date: Sun, 20 Jun 2021 10:55:12 +0100 Subject: The proper style fix --- src/Entities/Entity.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Entities/Entity.cpp b/src/Entities/Entity.cpp index 5b0480ba9..175851a21 100644 --- a/src/Entities/Entity.cpp +++ b/src/Entities/Entity.cpp @@ -2419,7 +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