Skip to content

Commit

Permalink
Merge pull request #65 from OverlordZorn/fix
Browse files Browse the repository at this point in the history
Insignia - Fix: typo in insignia assignment
  • Loading branch information
OverlordZorn authored Oct 17, 2024
2 parents 29e5833 + 0721f6f commit 2db3717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/insignia/functions/fn_identify.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ private _highestRankAndSquadsize = (


private _notLowestRank = (
!_higestRank &&
!_highestRank &&
{ rankID (_sortedByRankID # -1) isNotEqualTo (rankID _unit); }
);

Expand Down

0 comments on commit 2db3717

Please sign in to comment.