warning msg typos fix
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5692 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
d8aebfa933
commit
d740947921
@ -4119,7 +4119,7 @@ int do_init(int argc, char **argv) {
|
||||
strcpy(char_ip_str, buf);
|
||||
|
||||
if (ptr[0] == 192 && ptr[1] == 168)
|
||||
ShowWarning("Firewall detected.. edit lan_support.conf and char_athena.conf\n");
|
||||
ShowWarning("Firewall detected.. edit subnet_athena.conf and char_athena.conf\n");
|
||||
}
|
||||
|
||||
login_ip = inet_addr(login_ip_str);
|
||||
|
@ -4151,7 +4151,7 @@ int do_init(int argc, char **argv){
|
||||
strcpy(char_ip_str, buf);
|
||||
|
||||
if (ptr[0] == 192 && ptr[1] == 168)
|
||||
ShowWarning("Firewall detected.. edit lan_support.conf and char_athena.conf\n");
|
||||
ShowWarning("Firewall detected.. edit subnet_athena.conf and char_athena.conf\n");
|
||||
}
|
||||
|
||||
login_ip = inet_addr(login_ip_str);
|
||||
|
@ -3868,7 +3868,7 @@ int do_init(int argc, char *argv[]) {
|
||||
if (char_ip_set_ == 0)
|
||||
chrif_setip(buf);
|
||||
if (ptr[0] == 192 && ptr[1] == 168)
|
||||
ShowError("\nFirewall detected.. \n edit lan_support.conf and map_athena.conf\n\n");
|
||||
ShowError("\nFirewall detected.. \n edit subnet_athena.conf and map_athena.conf\n\n");
|
||||
}
|
||||
|
||||
if (SHOW_DEBUG_MSG)
|
||||
|
Loading…
x
Reference in New Issue
Block a user