mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04: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)
|
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…
x
Reference in New Issue
Block a user