Skip to content

Commit

Permalink
fix Typo in Editor Module Task Hunt Getter
Browse files Browse the repository at this point in the history
  • Loading branch information
jokoho48 committed Feb 9, 2025
1 parent cf5edb6 commit 30ce3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/wp/functions/Modules/fnc_moduleHunt.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ switch (_mode) do {
private _range = _area select ((_area select 0) < (_area select 1));
private _cycle = _logic getVariable [QGVAR(CycleTime), TASK_HUNT_CYCLETIME];
private _movingCenter = _logic getVariable [QGVAR(MovingCenter), TASK_HUNT_MOVINGCENTER];
private _playerOnly = _logic getVariable [QGVAR(PlayerOnly), TASK_HUNT_PLAYERSONLY];
private _playerOnly = _logic getVariable [QGVAR(PlayersOnly), TASK_HUNT_PLAYERSONLY];
private _enableReinforcement = _logic getVariable [QGVAR(EnableReinforcement), TASK_HUNT_ENABLEREINFORCEMENT];
private _doUGL = _logic getVariable [QGVAR(doUGL), TASK_HUNT_TRYUGLFLARE];

Expand Down

0 comments on commit 30ce3f1

Please sign in to comment.