Bladeren bron

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 jaren geleden
bovenliggende
commit
3fbbf7b9b9
1 gewijzigde bestanden met toevoegingen van 3 en 2 verwijderingen
  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;
 	}