Merge pull request #5 from EQEmu/master

merge local
This commit is contained in:
KentaiVZ 2019-03-12 18:16:33 +11:00 committed by GitHub
commit 4425e3ab49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -637,7 +637,7 @@ sub do_self_update_check_routine {
if ($OS eq "Linux") {
system("chmod 755 eqemu_server.pl");
}
system("perl eqemu_server.pl start_from_world");
exec("perl eqemu_server.pl ran_from_world");
}
}
print "[Install] Done\n";