enable interaction if remote player picks up item

This commit is contained in:
JohnCorby 2022-10-05 16:57:40 -07:00
parent 48bf5735a2
commit 80e1629fb6

View File

@ -38,6 +38,8 @@ public class QSBDreamLanternItem : QSBItem<DreamLanternItem>
// The view model looks much smaller than the dropped item
AttachedObject.gameObject.transform.localScale = Vector3.one * 2f;
}
AttachedObject.EnableInteraction(true);
}
public override void DropItem(Vector3 worldPosition, Vector3 worldNormal, Transform parent, Sector sector, IItemDropTarget customDropTarget)