mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 17:51:28 +00:00
Updated do_install_config_login_json to pull from EQEmu repo [ci skip]
This commit is contained in:
parent
bf45e8b491
commit
af749cf07a
@ -748,7 +748,7 @@ sub do_install_config_login_json {
|
||||
get_installation_variables();
|
||||
|
||||
#::: 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;
|
||||
my $json = new JSON();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user