The proper style fix
This commit is contained in:
parent
0f575a5db3
commit
88d0ba94b6
@ -2419,7 +2419,7 @@ void cEntity::BroadcastDeathMessage(TakeDamageInfo & a_TDI)
|
|||||||
{
|
{
|
||||||
GetWorld()->BroadcastChatDeath(DeathMessage);
|
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())
|
else if (a_TDI.Attacker->IsMob())
|
||||||
{
|
{
|
||||||
cMonster * Monster = static_cast<cMonster *>(a_TDI.Attacker);
|
cMonster * Monster = static_cast<cMonster *>(a_TDI.Attacker);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user