Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Replace :
- if (dayz_clientPreload && dayz_authed) exitWith { diag_log "PLOGIN: Login loop completed!"; };
- with :
- if (dayz_clientPreload && dayz_authed) exitWith {
- endLoadingScreen;
- diag_log "PLOGIN: Login loop completed!";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement