Skip to content

Commit

Permalink
me dumb???
Browse files Browse the repository at this point in the history
  • Loading branch information
misternebula committed Jan 30, 2024
1 parent 7f1dfb5 commit 1c62ff2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public override void DropItem(Vector3 worldPosition, Vector3 worldNormal, Transf

if (AttachedObject._lanternType != DreamLanternType.Nonfunctioning)
{
if (AttachedObject._lanternType != DreamLanternType.Nonfunctioning)
AttachedObject.gameObject.transform.localScale = Vector3.one;
}

// If in the DreamWorld, don't let other people pick up your lantern
Expand Down

0 comments on commit 1c62ff2

Please sign in to comment.