Skip to content

Commit

Permalink
Undo something
Browse files Browse the repository at this point in the history
  • Loading branch information
cheese3660 committed Sep 2, 2023
1 parent 0785994 commit 0b86934
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/PatchManager.Core/CoreModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ public override void Load()

Logging.LogInfo("Registering resource locator");
Addressables.ResourceManager.ResourceProviders.Add(new ArchiveResourceProvider());
var locator = new ArchiveResourceLocator();
Locators.Register(locator);
GameManager.Instance.Assets._registeredResourceLocators.Add(locator);
Locators.Register(new ArchiveResourceLocator());
}
}

0 comments on commit 0b86934

Please sign in to comment.