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/char/char.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/char') diff --git a/src/char/char.c b/src/char/char.c index 2c4fa32f5..be691808a 100644 --- a/src/char/char.c +++ b/src/char/char.c @@ -4093,8 +4093,8 @@ int char_config_read(const char *cfgName) { if(strcmpi(w1,"timestamp_format") == 0) { strncpy(timestamp_format, w2, 20); } else if(strcmpi(w1,"console_silent")==0){ + ShowInfo("Console Silent Setting: %d\n", atoi(w2)); msg_silent = atoi(w2); - ShowInfo("Console Silent Setting: %d\n", msg_silent); #ifndef TXT_SQL_CONVERT } else if(strcmpi(w1,"stdout_with_ansisequence")==0){ stdout_with_ansisequence = config_switch(w2); -- cgit v1.2.3-60-g2f50