1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-04 21:40:03 +00:00

Corrected brackets.

This commit is contained in:
Marek Kochanowicz 2014-01-15 11:59:11 +01:00
parent fbcb1a14fc
commit 3d722ba104

View File

@ -765,7 +765,7 @@ void CSMTools::ReferenceableCheckStage::npcCheck(
} }
else //checking if there is a such race else //checking if there is a such race
{ {
if ((!mRaces.searchId(npc.mRace))) if (!mRaces.searchId(npc.mRace))
{ {
messages.push_back(id.toString() + "|" + npc.mId + " has invalid race"); messages.push_back(id.toString() + "|" + npc.mId + " has invalid race");
} }