Construction warning cleanup (#12256)
This commit is contained in:
@@ -340,7 +340,7 @@ namespace Content.Server.Construction
|
||||
construction.Containers.Add(store);
|
||||
|
||||
// The container doesn't necessarily need to exist, so we ensure it.
|
||||
_containerSystem.EnsureContainer<Container>(uid, store).Insert(insert);
|
||||
_container.EnsureContainer<Container>(uid, store).Insert(insert);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user