_identity in this function was getting case-normalised, which leads to a technically-incorrect comparison in components\gearScript\fn_assignGear.sqf L79.
Pull Request Description
When merged this pull request will:
Fixes a minor bug in fn_factionToSideName.
Release Notes
Minor bugfix to gearscript.
IMPORTANT
[x] Testing has been completed as neccessary, depending on the nature & impact of the changes.
[x] The Release Notes section below must be filled out appropriately to explain the changes made in this PR. This section will be used in Framework Changelogs.
[ ] If the contribution affects the wiki, please include your changes in this pull request so the wiki is consistently updated.
_identity
in this function was getting case-normalised, which leads to a technically-incorrect comparison incomponents\gearScript\fn_assignGear.sqf
L79.Pull Request Description
When merged this pull request will:
Release Notes
Minor bugfix to gearscript.
IMPORTANT
[Descriptor] - Add|Fix|Improve|Change|Make|Remove {changes}
.