From c3fe5f43ebce077d8711fe7ba4a30cb78dea2d38 Mon Sep 17 00:00:00 2001 From: ultramage Date: Tue, 27 Mar 2007 07:41:05 +0000 Subject: - Removed a missing file reference in the athena-start script - Fixed a #error " has been replaced by " problem - Fixed the msg_silent setting not being announced every time git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10077 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/login_sql/login.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/login_sql') diff --git a/src/login_sql/login.c b/src/login_sql/login.c index 03ecb4982..6173d0fe1 100644 --- a/src/login_sql/login.c +++ b/src/login_sql/login.c @@ -1887,8 +1887,8 @@ int login_config_read(const char* cfgName) } else if(!strcmpi(w1,"stdout_with_ansisequence")) { stdout_with_ansisequence = config_switch(w2); } else if(!strcmpi(w1,"console_silent")) { + ShowInfo("Console Silent Setting: %d\n", atoi(w2)); msg_silent = atoi(w2); - ShowInfo("Console Silent Setting: %d\n", msg_silent); } else if (!strcmpi(w1, "bind_ip")) { char login_ip_str[128]; -- cgit v1.2.3-60-g2f50