mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-21 19:06:29 +03:00
fixes part 3
added empty briefcase to new office loot table
This commit is contained in:
@@ -124,7 +124,7 @@ if (!isDedicated) then {
|
||||
_control1 = _display displayctrl 8400;
|
||||
_control2 = _display displayctrl 102;
|
||||
// 120 sec timeout
|
||||
while { _timeOut < 1500 && !dayz_clientPreload && !dayz_authed } do {
|
||||
while { _timeOut < 500 && !dayz_clientPreload && !dayz_authed } do {
|
||||
|
||||
if ( isNull _display ) then {
|
||||
waitUntil { !dialog; };
|
||||
|
||||
Reference in New Issue
Block a user