Skip to content

Commit efc07ab

Browse files
Update addons/common/XEH_postInit.sqf
Co-authored-by: Ralfs Garkaklis <[email protected]>
1 parent b4d6e6b commit efc07ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/common/XEH_postInit.sqf

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
if (_shooters isEqualTo []) then {
161161
GVAR(forceFireCurators) = GVAR(forceFireCurators) - [_curatorClientID];
162162
} else {
163-
// track which curators are forcing fire
163+
// Track which curators are forcing the unit to fire
164164
GVAR(forceFireCurators) pushBackUnique _curatorClientID;
165165
[{
166166
params ["_args", "_pfhID"];

0 commit comments

Comments
 (0)