Content ecs containers (#22484)
This commit is contained in:
@@ -61,7 +61,7 @@ public sealed partial class ConstructionSystem
|
||||
|
||||
var board = EntityManager.SpawnEntity(component.BoardPrototype, Transform(ent).Coordinates);
|
||||
|
||||
if (!container.Insert(board))
|
||||
if (!_container.Insert(board, container))
|
||||
Log.Warning($"Couldn't insert board {board} to computer {ent}!");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user