Makes construction graphs turing complete (#3516)
* Makes construction graphs turing complete * Improvements
This commit is contained in:
committed by
GitHub
parent
2648ba4e57
commit
13e95ac9a8
@@ -281,7 +281,7 @@ namespace Content.Server.GameObjects.Components.Construction
|
||||
else
|
||||
{
|
||||
_containers.Add(insertStep.Store);
|
||||
var container = ContainerHelpers.EnsureContainer<Container>(Owner, insertStep.Store);
|
||||
var container = Owner.EnsureContainer<Container>(insertStep.Store);
|
||||
container.Insert(entityUsing);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user