Update player_build.sqf

Changed || back to or. (for messages)
This commit is contained in:
Marko
2014-07-21 19:07:54 +02:00
parent 14918b9892
commit 0529324a4b

View File

@@ -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;
};