From 547ba0018f8e71de641223397099da90f65f2d8d Mon Sep 17 00:00:00 2001 From: Dean Reid Date: Wed, 21 Jan 2015 14:23:02 +0000 Subject: [PATCH] Fixed Black Screen on Loading which made users able to walk around but not see anything but DayZ Image --- SQF/dayz_code/init/compiles.sqf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/SQF/dayz_code/init/compiles.sqf b/SQF/dayz_code/init/compiles.sqf index fcf91ec0d..13368f934 100644 --- a/SQF/dayz_code/init/compiles.sqf +++ b/SQF/dayz_code/init/compiles.sqf @@ -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; };