mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-14 01:19:59 +00:00
Fixes Bug #1348 "Evidence Chest unlocking when arrested."
This commit is contained in:
parent
be39395ce7
commit
9be219beba
@ -2542,7 +2542,7 @@ namespace MWWorld
|
||||
store.remove(*it, it->getRefData().getCount(), ptr);
|
||||
}
|
||||
}
|
||||
closestChest.getClass().unlock(closestChest);
|
||||
closestChest.getClass().lock(closestChest,50);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user