Skip to content

Commit

Permalink
removed a wrong check
Browse files Browse the repository at this point in the history
  • Loading branch information
AdlerSalbei committed Aug 31, 2019
1 parent d235d08 commit cce03a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/trenches/functions/fnc_addDigger.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ private _fnc_onFailure = {
private _fnc_condition = {
(_this select 0) params ["", "_trench", "_handle"];

if (isNil "_handle") exitWith {false};
if (count (_trench getVariable [QGVAR(diggers),[]]) <= 1) exitWith {false};
if (GVAR(stopBuildingAtFatigueMax) && {QEGVAR(advanced_fatigue,anReserve) <= 0}) exitWith {false};
true
Expand Down

0 comments on commit cce03a2

Please sign in to comment.