mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-25 06:35:30 +00:00
Corrected brackets.
This commit is contained in:
parent
fbcb1a14fc
commit
3d722ba104
@ -765,7 +765,7 @@ void CSMTools::ReferenceableCheckStage::npcCheck(
|
||||
}
|
||||
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");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user