mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Update player_build.sqf
Changed || back to or. (for messages)
This commit is contained in:
@@ -337,7 +337,7 @@ if (_hasrequireditem) then {
|
|||||||
if(abs(_objHDiff) > 5) exitWith {
|
if(abs(_objHDiff) > 5) exitWith {
|
||||||
_isOk = false;
|
_isOk = false;
|
||||||
_cancel = true;
|
_cancel = true;
|
||||||
_reason = "Cannot move up || down more than 5 meters";
|
_reason = "Cannot move up or down more than 5 meters";
|
||||||
detach _object;
|
detach _object;
|
||||||
deleteVehicle _object;
|
deleteVehicle _object;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user