Updated do_install_config_login_json to pull from EQEmu repo [ci skip]

This commit is contained in:
Ali 2019-10-01 22:16:30 +03:00
parent bf45e8b491
commit af749cf07a

View File

@ -748,7 +748,7 @@ sub do_install_config_login_json {
get_installation_variables(); get_installation_variables();
#::: Fetch json template #::: Fetch json template
get_remote_file($install_repository_request_url . "login_template.json", "login_template.json"); get_remote_file($eqemu_repository_request_url . "loginserver/login_util/login.json", "login_template.json");
use JSON; use JSON;
my $json = new JSON(); my $json = new JSON();