mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -04:00
Fix build by adding missing argument to onHit
This commit is contained in:
parent
3b7693c719
commit
5b6caa7b2c
@ -325,7 +325,7 @@ void Networking::ReceiveMessage(RakNet::Packet *packet)
|
||||
|
||||
if (!weapon.isEmpty())
|
||||
MWMechanics::blockMeleeAttack(attacker, victim, weapon, pl->GetAttack()->damage, 1);
|
||||
pl->getPtr().getClass().onHit(victim, pl->GetAttack()->damage, healthdmg, weapon, attacker,
|
||||
pl->getPtr().getClass().onHit(victim, pl->GetAttack()->damage, healthdmg, weapon, attacker, osg::Vec3f(),
|
||||
pl->GetAttack()->success);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user