mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04:00
disabled and deleted objects where not correctly ignored during adding objects to a cell when it became active
This commit is contained in:
parent
918cdcffc2
commit
feaf2b43fb
@ -41,7 +41,7 @@ namespace
|
||||
|
||||
++current;
|
||||
|
||||
if (it->mData.getCount() || it->mData.isEnabled())
|
||||
if (it->mData.getCount() && it->mData.isEnabled())
|
||||
{
|
||||
MWWorld::Ptr ptr (&*it, &cell);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user