Skip to content

Commit

Permalink
Merge branch 'vehicle-select-weapon' of https://github.com/ampersand3…
Browse files Browse the repository at this point in the history
…8/ZEN into vehicle-select-weapon
  • Loading branch information
ampersand38 committed Feb 26, 2021
2 parents 2a19a4f + 574e5cd commit f4cbdef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/common/XEH_postInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
if (_shooters isEqualTo []) then {
GVAR(forceFireCurators) = GVAR(forceFireCurators) - [_curatorClientID];
} else {
// track which curators are forcing fire
// Track which curators are forcing the unit to fire
GVAR(forceFireCurators) pushBackUnique _curatorClientID;
[{
params ["_args", "_pfhID"];
Expand Down

0 comments on commit f4cbdef

Please sign in to comment.