Fixed Black Screen on Loading

which made users able to walk around but not see anything but DayZ Image
This commit is contained in:
Dean Reid
2015-01-21 14:23:02 +00:00
parent 26f51ad9f9
commit 547ba0018f

View File

@@ -450,7 +450,10 @@ if (!isDedicated) then {
// 120 sec timeout (12000 * 0.01)
while { _timeOut < 12000 } do {
if (dayz_clientPreload && dayz_authed) exitWith { diag_log "PLOGIN: Login loop completed!"; };
if (dayz_clientPreload && dayz_authed) exitWith {
diag_log "PLOGIN: Login loop completed!";
endLoadingScreen;
};
if (!isNil "_display") then {
if ( isNull _display ) then {
waitUntil { !dialog; };