Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed Jan 20, 2025
1 parent 84d26a4 commit 79c7581
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 @@ -57,7 +57,7 @@ public override bool LeftStanceDisabled
}
internal set
{
if (leftStancedDisabled = value)
if (leftStancedDisabled == value)
{
return;
}
Expand Down

0 comments on commit 79c7581

Please sign in to comment.