mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
CleanContainter Del to PredictedDel (#6174)
This commit is contained in:
@@ -631,7 +631,7 @@ namespace Robust.Shared.Containers
|
||||
continue;
|
||||
|
||||
Remove(ent, container, force: true);
|
||||
Del(ent);
|
||||
PredictedDel(ent);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user