mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 15:41:13 -04:00
Undo including pathgrids in ID check
This commit is contained in:
parent
5580f803fd
commit
c9ada852aa
@ -1139,8 +1139,7 @@ bool CSMWorld::Data::hasId (const std::string& id) const
|
|||||||
getBodyParts().searchId (id)!=-1 ||
|
getBodyParts().searchId (id)!=-1 ||
|
||||||
getSoundGens().searchId (id)!=-1 ||
|
getSoundGens().searchId (id)!=-1 ||
|
||||||
getMagicEffects().searchId (id)!=-1 ||
|
getMagicEffects().searchId (id)!=-1 ||
|
||||||
getReferenceables().searchId (id)!=-1 ||
|
getReferenceables().searchId (id)!=-1;
|
||||||
getPathgrids().searchId (id)!=-1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int CSMWorld::Data::count (RecordBase::State state) const
|
int CSMWorld::Data::count (RecordBase::State state) const
|
||||||
|
Loading…
x
Reference in New Issue
Block a user