From 3357e6d56533f6b61dcc86b4c42557ca09249348 Mon Sep 17 00:00:00 2001 From: Asheraf Date: Sat, 25 Nov 2017 21:38:06 +0000 Subject: correct wrong conf file path in showerror --- src/char/char.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/char/char.c b/src/char/char.c index 9bef2941d..c3fcd9e0a 100644 --- a/src/char/char.c +++ b/src/char/char.c @@ -2255,7 +2255,7 @@ int char_parse_fromlogin_connection_state(int fd) ShowError("Can not connect to login-server.\n"); ShowError("The server communication passwords (default s1/p1) are probably invalid.\n"); ShowError("Also, please make sure your login db has the correct communication username/passwords and the gender of the account is S.\n"); - ShowError("The communication passwords are set in /conf/map-server.conf and /conf/char/char-server.conf\n"); + ShowError("The communication passwords are set in /conf/map/map-server.conf and /conf/char/char-server.conf\n"); sockt->eof(fd); return 1; } else { -- cgit v1.2.3-60-g2f50