This commit is contained in:
A Clark
2012-11-15 12:26:14 -06:00
parent 039f1eb8da
commit 08e1942175
33 changed files with 396 additions and 265 deletions

View File

@@ -98,7 +98,7 @@ if (!isDedicated) then {
[] spawn {
private["_timeOut"];
_timeOut = 0;
while { _timeOut < 90 } do {
while { _timeOut < 60 } do {
_timeOut = _timeOut + 1;
sleep 1;
};