formatter error
This commit is contained in:
parent
635e9321c6
commit
793b1012c4
@ -41,8 +41,8 @@ bool cVillager::DoTakeDamage(TakeDamageInfo & a_TDI)
|
|||||||
if (a_TDI.DamageType == dtLightning)
|
if (a_TDI.DamageType == dtLightning)
|
||||||
{
|
{
|
||||||
Destroy();
|
Destroy();
|
||||||
m_World->SpawnMob(GetPosX(), GetPosY(), GetPosZ(), mtWitch);
|
m_World->SpawnMob(GetPosX(), GetPosY(), GetPosZ(), mtWitch);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user