mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
_host_IP und alias ggred
This commit is contained in:
parent
40adfaea01
commit
7c2fcae4d3
5 changed files with 25 additions and 6 deletions
|
@ -361,7 +361,7 @@ X
|
|||
|
||||
my $hc = 0;
|
||||
## ldmud bug number one: you have to provide hostname AFTER hostaddr
|
||||
if ($c{_basic_host_IP}) {
|
||||
if ($c{_basic_host_IP} =~ /^[0-9\.]+$/) {
|
||||
$psyced .= " --hostaddr $c{_basic_host_IP}";
|
||||
$hc = 1; # problem?
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue