mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-14 01:19:59 +00:00
Removing name check from listCheck. Id can't be empty to be sure.
This commit is contained in:
parent
220d92f865
commit
89d8ee62fa
@ -1072,11 +1072,6 @@ template<typename LIST> void CSMTools::ReferenceableCheckStage::listCheck(
|
||||
{
|
||||
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)
|
||||
{
|
||||
messages.push_back(someid + "|" + somelist.mId + " contains item with non-positive level");
|
||||
|
Loading…
x
Reference in New Issue
Block a user