This commit is contained in:
JohnCorby 2022-08-02 16:30:42 -07:00
parent 49f52f89e7
commit 9853106367

View File

@ -75,6 +75,7 @@ public class QSBItem<T> : WorldObject<T>, IQSBItem
}
else
{
// TODO at some point we should probably call the proper drop item code to account for funny overrides
AttachedObject.transform.parent = _lastParent;
AttachedObject.transform.localPosition = _lastPosition;
AttachedObject.transform.localRotation = _lastRotation;