From 55caed2db3a51a44e2fd4affc77397fd720306ee Mon Sep 17 00:00:00 2001 From: Lemongrass3110 Date: Thu, 31 Dec 2015 01:13:00 +0100 Subject: [PATCH] Follow up to 98c30e6 Sorry forgot to remove some debug stuff! :( --- src/map/npc.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/map/npc.c b/src/map/npc.c index 4f35834418..c73e5c5b0e 100644 --- a/src/map/npc.c +++ b/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;