summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Entities/Entity.cpp2
1 files changed, 1 insertions, 1 deletions
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<cMonster *>(a_TDI.Attacker);