From 14710780f3b6043e6d9c859137159e76d0bb1e51 Mon Sep 17 00:00:00 2001 From: ultramage Date: Mon, 8 Jan 2007 15:40:41 +0000 Subject: * Silenced the plugin export messages during startup [ultramage] * Fixed an old debug message displaying %d instead of a number * Commented out a login_log call (sql doesn't implement that function!) * Found the reason why the console didn't want to run on windows * Moved the plugin.def file to the plugins dir and added console.def git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9632 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/login_sql/login.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/login_sql/login.c') diff --git a/src/login_sql/login.c b/src/login_sql/login.c index b1e85a4c3..fbe0acc1d 100644 --- a/src/login_sql/login.c +++ b/src/login_sql/login.c @@ -1959,7 +1959,7 @@ int parse_console(char* buf) sscanf(buf, "%[^\n]", command); - login_log("Console command :%s" RETCODE, command); + //login_log("Console command :%s" RETCODE, command); if( strcmpi("shutdown", command) == 0 || strcmpi("exit", command) == 0 || -- cgit v1.2.3-70-g09d2