diff --git a/Classes/Helpers/NSBundleHelper.m b/Classes/Helpers/NSBundleHelper.m index 8bf1f42336..43e921a2dd 100644 --- a/Classes/Helpers/NSBundleHelper.m +++ b/Classes/Helpers/NSBundleHelper.m @@ -103,7 +103,7 @@ + (void)loadBundlesIntoMemory:(IRCWorld *)world for (NSString *file in resourceFiles) { if ([file hasSuffix:@".bundle"]) { - NSString *fullPath = [path_2 stringByAppendingPathComponent:file]; + NSString *fullPath = [path_1 stringByAppendingPathComponent:file]; if ([_NSFileManager() fileExistsAtPath:fullPath] == NO) { fullPath = [path_2 stringByAppendingPathComponent:file];