소스 검색

Follow up to 98c30e6

Sorry forgot to remove some debug stuff! :(
Lemongrass3110 9 년 전
부모
커밋
55caed2db3
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      src/map/npc.c

+ 0 - 4
src/map/npc.c

@@ -4096,10 +4096,6 @@ int npc_parsesrcfile(const char* filepath, bool runOnInit)
 	char* buffer;
 	const char* p;
 
-	if( strstr(filepath,"does") != NULL ){
-		m = 0;
-	}
-
 	if(check_filepath(filepath)!=2) { //this is not a file 
 		ShowDebug("npc_parsesrcfile: Path doesn't seem to be a file skipping it : '%s'.\n", filepath);
 		return 0;