Skip to content

Commit

Permalink
fix: should not reverse packs priority with new core
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed Sep 3, 2020
1 parent 0f7180f commit 34e1de7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/service/ResourcePackPreviewService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@ export default class ResourcePackPreviewService extends Service {
resourcePacksPaths.unshift(this.getResourcePackPath('vanilla'));
}

// reverse the resource pack paths to work
resourcePacksPaths.reverse();

await this.instanceResourceService.ensureResourcePacksDeployment();

this.log(`Load resource packs to preview: [${resourcePacks.join(', ')}]`);
Expand Down

0 comments on commit 34e1de7

Please sign in to comment.