forked from mirror/openmw-tes3mp
minor fix
This commit is contained in:
parent
205306ee3d
commit
cf90da6cd8
1 changed files with 1 additions and 1 deletions
|
@ -20,5 +20,5 @@ void CSMTools::MandatoryIdStage::perform (int stage, Messages& messages)
|
|||
if (mIdCollection.searchId (mIds.at (stage))==-1 ||
|
||||
mIdCollection.getRecord (mIds.at (stage)).isDeleted())
|
||||
messages.push_back (std::make_pair (mCollectionId,
|
||||
"|Missing mandatory record: " + mIds.at (stage)));
|
||||
"Missing mandatory record: " + mIds.at (stage)));
|
||||
}
|
Loading…
Reference in a new issue