소스 검색

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;
 	}