mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-28 22:41:34 +00:00
Removed Content file check
This commit is contained in:
parent
1387671bbf
commit
2c887d82d0
1 changed files with 0 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue