mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 23:21:20 -04:00
fix bows
This commit is contained in:
parent
701ff94887
commit
66e3eacace
@ -528,7 +528,8 @@ void CharacterController::update(float duration, Movement &movement)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(weaptype != WeapType_PickProbe)
|
if(weaptype != WeapType_PickProbe && weaptype != WeapType_BowAndArrow
|
||||||
|
&& weaptype != WeapType_Crossbow && weaptype != WeapType_ThowWeapon)
|
||||||
{
|
{
|
||||||
std::string weapgroup;
|
std::string weapgroup;
|
||||||
getWeaponGroup(mWeaponType, weapgroup);
|
getWeaponGroup(mWeaponType, weapgroup);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user