mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 15:15:31 +00:00
Merge pull request #2055 from Capostrophic/regression
[Regression] Fix incorrect event argument which messed with hidden light pointers
This commit is contained in:
commit
45d7c005ad
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ MWWorld::ContainerStoreIterator MWWorld::InventoryStore::add(const Ptr& itemPtr,
|
|||
}
|
||||
|
||||
if (mListener)
|
||||
mListener->itemAdded(itemPtr, count);
|
||||
mListener->itemAdded(*retVal, count);
|
||||
|
||||
return retVal;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue