Building preview now allows 50 seconds instead of 45.

This commit is contained in:
[VB]AWOL
2013-08-31 01:29:12 -05:00
parent d611f9bca8
commit 26e223265b

View File

@@ -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.";