Stop using some obsolete stuff (#4657)
This commit is contained in:
@@ -84,7 +84,7 @@ namespace Content.Server.Explosion
|
||||
// and splitted into two lists based on if they are Impassable or not
|
||||
foreach (var entity in entitiesInRange)
|
||||
{
|
||||
if (entity.Deleted || !entity.Transform.IsMapTransform)
|
||||
if (entity.Deleted || entity.IsInContainer())
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user