CombinedArmsGaming / CAFE3

F3_CA but bouncier.
2 stars 3 forks source link

[Minor fix] Stop _identity var getting improperly normalised in fn_factionToSideName.sqf #219

Closed Bubbus closed 6 months ago

Bubbus commented 7 months ago

_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:

Release Notes

Minor bugfix to gearscript.

IMPORTANT