Merge remote-tracking branch 'upstream/master' into ups
This commit is contained in:
@@ -361,7 +361,7 @@ public abstract class SharedEntityStorageSystem : EntitySystem
|
||||
return false;
|
||||
}
|
||||
|
||||
if (_container.IsEntityInContainer(target))
|
||||
if (_container.IsEntityInContainer(target) && !_container.ContainsEntity(target, user)) // WD EDIT
|
||||
{
|
||||
if (_container.TryGetOuterContainer(target,Transform(target) ,out var container) &&
|
||||
!HasComp<HandsComponent>(container.Owner))
|
||||
|
||||
Reference in New Issue
Block a user