Kill ContainerHelpers (#20908)
This commit is contained in:
@@ -12,7 +12,7 @@ public abstract partial class SharedHandsSystem
|
||||
private void OnVirtualAfter(EntityUid uid, HandVirtualItemComponent component, ref AfterAutoHandleStateEvent args)
|
||||
{
|
||||
// update hands GUI with new entity.
|
||||
if (_containerSystem.IsEntityInContainer(uid))
|
||||
if (ContainerSystem.IsEntityInContainer(uid))
|
||||
_items.VisualsChanged(uid);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user