瀏覽代碼

Temporarily Disabled GM Command Logs; Weren't working Properly >_<!

git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@223 54d463be-8e91-2dee-dedb-b68131a5f0ec
codemaster 20 年之前
父節點
當前提交
3fbbf7b9b9
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      src/map/atcommand.c

+ 3 - 2
src/map/atcommand.c

@@ -674,8 +674,9 @@ is_atcommand(const int fd, struct map_session_data* sd, const char* message, int
 			}
 		}
 
-		if((log_config.gm) && (info.level >= log_config.gm))
-			log_atcommand(sd, message);
+		// ToDo: Fix Logs :)
+		//if((log_config.gm) && (info.level >= log_config.gm))
+		//	log_atcommand(sd, message);
 
 		return info.type;
 	}