From f4a6909849243c3e4776ddee4de962224e80ac9a Mon Sep 17 00:00:00 2001 From: ultramage Date: Sun, 7 Jan 2007 07:48:04 +0000 Subject: - re-added the duplicit nj/gs name messages in msg_athena - renamed atcommand_sub to is_atcommand_sub (charcommand too) - reformatted conf-tmpl's comments a bit - and a fix to the stable changelog to make my last commit more descriptive git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9625 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/map.c') diff --git a/src/map/map.c b/src/map/map.c index 1032472cc..d580dd09c 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -3278,7 +3278,7 @@ int parse_console(char *buf) { ShowInfo("Type of command: %s || Command: %s || Map: %s Coords: %d %d\n",type,command,map,x,y); if ( strcmpi("admin",type) == 0 && n == 5 ) { - if( atcommand_sub(sd.fd,&sd,command,99) == AtCommand_None ) + if( is_atcommand_sub(sd.fd,&sd,command,99) == AtCommand_None ) printf("Console: not atcommand\n"); } else if ( strcmpi("server",type) == 0 && n == 2 ) { if ( strcmpi("shutdown", command) == 0 || strcmpi("exit",command) == 0 || strcmpi("quit",command) == 0 ) { -- cgit v1.2.3-60-g2f50