forked from mirror/openmw-tes3mp
Removing name check from listCheck. Id can't be empty to be sure.
This commit is contained in:
parent
220d92f865
commit
89d8ee62fa
1 changed files with 0 additions and 5 deletions
|
@ -1072,11 +1072,6 @@ template<typename LIST> void CSMTools::ReferenceableCheckStage::listCheck(
|
||||||
{
|
{
|
||||||
for (unsigned i = 0; i < somelist.mList.size(); ++i)
|
for (unsigned i = 0; i < somelist.mList.size(); ++i)
|
||||||
{
|
{
|
||||||
if (somelist.mList[i].mName.empty())
|
|
||||||
{
|
|
||||||
messages.push_back(someid + "|" + somelist.mId + " contains item with empty name");
|
|
||||||
}
|
|
||||||
|
|
||||||
if (somelist.mList[i].mLevel < 1)
|
if (somelist.mList[i].mLevel < 1)
|
||||||
{
|
{
|
||||||
messages.push_back(someid + "|" + somelist.mId + " contains item with non-positive level");
|
messages.push_back(someid + "|" + somelist.mId + " contains item with non-positive level");
|
||||||
|
|
Loading…
Reference in a new issue