mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 13:26:39 +03:00
Building preview now allows 50 seconds instead of 45.
This commit is contained in:
@@ -195,7 +195,7 @@ if (_hasrequireditem) then {
|
||||
deleteVehicle _object;
|
||||
};
|
||||
|
||||
if(_counter >= 45) exitWith {
|
||||
if(_counter >= 50) exitWith {
|
||||
_isOk = false;
|
||||
_cancel = true;
|
||||
_reason = "Ran out of time to find position.";
|
||||
|
||||
Reference in New Issue
Block a user