Advertisement
ElDubya

Untitled

Nov 7th, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. Replace :
  2.  
  3. if (dayz_clientPreload && dayz_authed) exitWith { diag_log "PLOGIN: Login loop completed!"; };
  4.  
  5. with :
  6.  
  7. if (dayz_clientPreload && dayz_authed) exitWith {
  8. endLoadingScreen;
  9. diag_log "PLOGIN: Login loop completed!";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement