Skip to content

Commit

Permalink
Fix field assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed May 21, 2024
1 parent 65d448a commit 702c758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fika.Core/Coop/Players/ObservedCoopPlayer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@ public override void LandingAdjustments(float d)
transform.localRotation = Quaternion.identity;
transform.localPosition = Vector3.zero;
method_29(transform.gameObject);
compassInstantiated = true;
Traverse.Create(this).Field("_compassInstantiated").SetValue(true);
return;
}
}
Expand Down

0 comments on commit 702c758

Please sign in to comment.