Fix closet skeletons spawning in nullspace (#22942)
This commit is contained in:
@@ -258,7 +258,7 @@ public abstract class SharedEntityStorageSystem : EntitySystem
|
||||
|
||||
if (component.Open)
|
||||
{
|
||||
TransformSystem.SetWorldPosition(toInsert, TransformSystem.GetWorldPosition(container));
|
||||
TransformSystem.DropNextTo(toInsert, container);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user