Move static container helper functions to container system (#6382)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -130,7 +130,7 @@ namespace Content.Client.Verbs
|
||||
{
|
||||
foreach (var entity in entities.ToList())
|
||||
{
|
||||
if (!player.Value.IsInSameOrTransparentContainer(entity))
|
||||
if (!ContainerSystem.IsInSameOrTransparentContainer(player.Value, entity))
|
||||
entities.Remove(entity);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user