diff --git a/SQF/dayz_code/actions/player_build.sqf b/SQF/dayz_code/actions/player_build.sqf index c393f005f..624aca9ed 100644 --- a/SQF/dayz_code/actions/player_build.sqf +++ b/SQF/dayz_code/actions/player_build.sqf @@ -337,7 +337,7 @@ if (_hasrequireditem) then { if(abs(_objHDiff) > 5) exitWith { _isOk = false; _cancel = true; - _reason = "Cannot move up || down more than 5 meters"; + _reason = "Cannot move up or down more than 5 meters"; detach _object; deleteVehicle _object; };