committed by
GitHub
parent
e8e1c9dd1f
commit
415b7e96fd
@@ -151,7 +151,7 @@ namespace Content.Server.GameObjects
|
||||
|
||||
// TODO: The item should be dropped to the container our owner is in, if any.
|
||||
var itemTransform = item.Owner.GetComponent<ITransformComponent>();
|
||||
itemTransform.LocalPosition = Owner.GetComponent<ITransformComponent>().LocalPosition;
|
||||
itemTransform.GridPosition = Owner.GetComponent<ITransformComponent>().GridPosition;
|
||||
Dirty();
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user