Content ecs containers (#22484)
This commit is contained in:
@@ -141,7 +141,7 @@ public sealed class MaterialReclaimerSystem : SharedMaterialReclaimerSystem
|
||||
if (active.ReclaimingContainer.ContainedEntities.FirstOrNull() is not { } item)
|
||||
return false;
|
||||
|
||||
active.ReclaimingContainer.Remove(item);
|
||||
Container.Remove(item, active.ReclaimingContainer);
|
||||
Dirty(component);
|
||||
|
||||
// scales the output if the process was interrupted.
|
||||
|
||||
Reference in New Issue
Block a user