eqemu_server.pl - Update regardless of run condition [skip ci]

This commit is contained in:
Akkadius 2016-08-25 16:39:35 -05:00
parent d5864aea3e
commit f7cc1053f1

View File

@ -241,7 +241,6 @@ if($ARGV[0] eq "login_server_setup"){
sub do_self_update_check_routine { sub do_self_update_check_routine {
#::: Check Version passed from world to update script #::: Check Version passed from world to update script
if($ARGV[0] eq "ran_from_world") {
get_remote_file($eqemu_repository_request_url . "utils/scripts/eqemu_server.pl", "updates_staged/eqemu_server.pl", 0, 1); get_remote_file($eqemu_repository_request_url . "utils/scripts/eqemu_server.pl", "updates_staged/eqemu_server.pl", 0, 1);
if(-e "updates_staged/eqemu_server.pl") { if(-e "updates_staged/eqemu_server.pl") {
@ -281,7 +280,6 @@ sub do_self_update_check_routine {
unlink("updates_staged/eqemu_server.pl"); unlink("updates_staged/eqemu_server.pl");
} }
} }
}
sub get_installation_variables{ sub get_installation_variables{
#::: Fetch installation variables before building the config #::: Fetch installation variables before building the config