summaryrefslogtreecommitdiff
path: root/src/login/login.c
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-27 07:41:05 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-27 07:41:05 +0000
commitc3fe5f43ebce077d8711fe7ba4a30cb78dea2d38 (patch)
tree38e7f5d78975a9777dec8e33a4deeca32db5fe00 /src/login/login.c
parent1c82999ec3876f8198b44919fdcdd0a7806613ce (diff)
downloadhercules-c3fe5f43ebce077d8711fe7ba4a30cb78dea2d38.tar.gz
hercules-c3fe5f43ebce077d8711fe7ba4a30cb78dea2d38.tar.bz2
hercules-c3fe5f43ebce077d8711fe7ba4a30cb78dea2d38.tar.xz
hercules-c3fe5f43ebce077d8711fe7ba4a30cb78dea2d38.zip
- Removed a missing file reference in the athena-start script
- Fixed a #error "<malloc.h> has been replaced by <stdlib.h>" 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
Diffstat (limited to 'src/login/login.c')
-rw-r--r--src/login/login.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/login/login.c b/src/login/login.c
index ceff51a41..25f91c3d6 100644
--- a/src/login/login.c
+++ b/src/login/login.c
@@ -3585,8 +3585,8 @@ int login_config_read(const char* cfgName)
} else if(strcmpi(w1,"stdout_with_ansisequence")==0){
stdout_with_ansisequence = config_switch(w2);
} 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);
} else if (strcmpi(w1, "admin_state") == 0) {
admin_state = config_switch(w2);
} else if (strcmpi(w1, "admin_pass") == 0) {