forked from mirror/openmw-tes3mp
Fix for incorrect OpenCS verifier warning: pcvampire and pcwerewolf are not required, pcyear does not exist at all.
This commit is contained in:
parent
a77fbdc965
commit
3158d34abb
1 changed files with 0 additions and 3 deletions
|
@ -58,9 +58,6 @@ CSMDoc::Operation *CSMTools::Tools::getVerifier()
|
||||||
mandatoryIds.push_back ("GameHour");
|
mandatoryIds.push_back ("GameHour");
|
||||||
mandatoryIds.push_back ("Month");
|
mandatoryIds.push_back ("Month");
|
||||||
mandatoryIds.push_back ("PCRace");
|
mandatoryIds.push_back ("PCRace");
|
||||||
mandatoryIds.push_back ("PCVampire");
|
|
||||||
mandatoryIds.push_back ("PCWerewolf");
|
|
||||||
mandatoryIds.push_back ("PCYear");
|
|
||||||
|
|
||||||
mVerifier->appendStage (new MandatoryIdStage (mData.getGlobals(),
|
mVerifier->appendStage (new MandatoryIdStage (mData.getGlobals(),
|
||||||
CSMWorld::UniversalId (CSMWorld::UniversalId::Type_Globals), mandatoryIds));
|
CSMWorld::UniversalId (CSMWorld::UniversalId::Type_Globals), mandatoryIds));
|
||||||
|
|
Loading…
Reference in a new issue