diff --git a/SQF/dayz_code/actions/player_buildVanilla.sqf b/SQF/dayz_code/actions/player_buildVanilla.sqf index 7da8226b5..5295e9ede 100644 --- a/SQF/dayz_code/actions/player_buildVanilla.sqf +++ b/SQF/dayz_code/actions/player_buildVanilla.sqf @@ -87,7 +87,7 @@ if (!_ok) exitWith { _posReference = [player] call FNC_GetPos; _canBuild = [_posReference, _item, false] call DZE_BuildChecks; -if !(_canBuild select 0) exitWith {}; +if !(_canBuild select 0) exitWith {r_action_count = 0;}; // lets check player has requiredParts for upgrade _ok = true;