mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-12 03:52:35 +00:00
Update eqemu_server.pl [skip ci]
This commit is contained in:
parent
766dcc464e
commit
555c9004b9
@ -40,7 +40,12 @@ if($Config{osname}=~/freebsd|linux/i){
|
|||||||
if($Config{osname}=~/Win|MS/i){
|
if($Config{osname}=~/Win|MS/i){
|
||||||
$OS = "Windows";
|
$OS = "Windows";
|
||||||
}
|
}
|
||||||
|
|
||||||
$has_internet_connection = check_internet_connection();
|
$has_internet_connection = check_internet_connection();
|
||||||
|
if(-e "skip_internet_connection_check.txt"){
|
||||||
|
$has_internet_connection = 1;
|
||||||
|
}
|
||||||
|
|
||||||
($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = localtime();
|
($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = localtime();
|
||||||
|
|
||||||
if(-e "eqemu_server_skip_update.txt"){
|
if(-e "eqemu_server_skip_update.txt"){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user