1
0

formatter error

This commit is contained in:
p-mcgowan 2014-11-21 23:58:35 -08:00
parent 635e9321c6
commit 793b1012c4

View File

@ -41,8 +41,8 @@ bool cVillager::DoTakeDamage(TakeDamageInfo & a_TDI)
if (a_TDI.DamageType == dtLightning)
{
Destroy();
m_World->SpawnMob(GetPosX(), GetPosY(), GetPosZ(), mtWitch);
return true;
m_World->SpawnMob(GetPosX(), GetPosY(), GetPosZ(), mtWitch);
return true;
}
return true;
}