mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 21:23:52 +00:00
Remove a duplicate showWeapons call
This commit is contained in:
parent
e8661794fe
commit
3c5c10144a
1 changed files with 0 additions and 2 deletions
|
@ -341,8 +341,6 @@ void NpcAnimation::updateParts(bool forceupdate)
|
|||
if (mPartPriorities[part] < 1 && bodypart)
|
||||
addOrReplaceIndividualPart(part, -1,1, "meshes\\"+bodypart->mModel);
|
||||
}
|
||||
|
||||
showWeapons(mShowWeapons);
|
||||
}
|
||||
|
||||
NifOgre::ObjectList NpcAnimation::insertBoundedPart(const std::string &model, int group, const std::string &bonename)
|
||||
|
|
Loading…
Reference in a new issue