CleanContainter Del to PredictedDel (#6174)

This commit is contained in:
Wachtel
2025-09-02 22:50:21 +01:00
committed by GitHub
parent dd8688df3d
commit 7d37db9ce0

View File

@@ -631,7 +631,7 @@ namespace Robust.Shared.Containers
continue;
Remove(ent, container, force: true);
Del(ent);
PredictedDel(ent);
}
}