mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-16 21:22:57 +03:00
updates
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user