Updated ContainerHelpers to use new extensions (#2530)
Co-authored-by: David Tan <>
This commit is contained in:
@@ -210,7 +210,7 @@ namespace Content.Server.GameObjects.Components.Singularity
|
||||
return;
|
||||
}
|
||||
|
||||
if (ContainerHelpers.IsInContainer(entity)) return;
|
||||
if (entity.IsInContainer()) return;
|
||||
|
||||
entity.Delete();
|
||||
Energy++;
|
||||
|
||||
Reference in New Issue
Block a user