forked from teamnwah/openmw-tes3coop
Shameful bug fixed.
This commit is contained in:
parent
b85fe2becf
commit
b98cdabe89
1 changed files with 5 additions and 7 deletions
|
@ -206,6 +206,7 @@ void CSMTools::ReferenceableCheckStage::perform(int stage, std::vector< std::str
|
||||||
staticCheck(stage, mReferencables.getStatics(), messages);
|
staticCheck(stage, mReferencables.getStatics(), messages);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// if we come that far, we are about to perform our last, final check.
|
// if we come that far, we are about to perform our last, final check.
|
||||||
finalCheck(messages);
|
finalCheck(messages);
|
||||||
return;
|
return;
|
||||||
|
@ -580,8 +581,6 @@ void CSMTools::ReferenceableCheckStage::lightCheck(
|
||||||
}
|
}
|
||||||
|
|
||||||
if (light.mData.mFlags & ESM::Light::Carry)
|
if (light.mData.mFlags & ESM::Light::Carry)
|
||||||
{
|
|
||||||
if (light.mIcon.empty()) //Needs to be checked with carrable flag
|
|
||||||
{
|
{
|
||||||
inventoryItemCheck<ESM::Light>(light, messages, id.toString());
|
inventoryItemCheck<ESM::Light>(light, messages, id.toString());
|
||||||
|
|
||||||
|
@ -591,7 +590,6 @@ void CSMTools::ReferenceableCheckStage::lightCheck(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
void CSMTools::ReferenceableCheckStage::lockpickCheck(
|
void CSMTools::ReferenceableCheckStage::lockpickCheck(
|
||||||
int stage,
|
int stage,
|
||||||
|
|
Loading…
Reference in a new issue