1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-18 13:12:50 +00:00

Removed Content file check

This commit is contained in:
Tobias Tribble 2023-04-28 11:46:22 -05:00
parent 1387671bbf
commit 2c887d82d0

View File

@ -1090,11 +1090,6 @@ namespace MWMechanics
else
{
isAllowed = isAllowedToUse(ptr, item, victim);
if (!item.getCellRef().hasContentFile())
{
// this is a manually placed item, which means it was already stolen
return;
}
}
if (isAllowed)