mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-30 10:06:42 +00:00
fixed wording in body part verifier
This commit is contained in:
parent
4d2bdda22f
commit
0b3e2775a0
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ void CSMTools::BodyPartCheckStage::perform ( int stage, Messages &messages )
|
||||||
if ( bodyPart.mModel.empty() )
|
if ( bodyPart.mModel.empty() )
|
||||||
messages.push_back(std::make_pair( id, bodyPart.mId + " has no model." ));
|
messages.push_back(std::make_pair( id, bodyPart.mId + " has no model." ));
|
||||||
else if ( mMeshes.searchId( bodyPart.mModel ) == -1 )
|
else if ( mMeshes.searchId( bodyPart.mModel ) == -1 )
|
||||||
messages.push_back(std::make_pair( id, bodyPart.mId + " has unreferenced model." ));
|
messages.push_back(std::make_pair( id, bodyPart.mId + " has invalid model." ));
|
||||||
|
|
||||||
// Check FNAM
|
// Check FNAM
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue