Skip to content

Commit

Permalink
remove some debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuclearfarts authored and Nuclearfarts committed Jul 30, 2020
1 parent 5f0e41c commit eb91727
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ public abstract class ReloadableResourceManagerImplMixin implements ReloadableRe
private void injectCBTPack(Executor prepareExecutor, Executor applyExecutor, CompletableFuture<Unit> initialStage, List<ResourcePack> packs, CallbackInfoReturnable<ResourceReloadMonitor> cir) {
ConnectedBlockTextures.RESOURCE_PACK_PRIORITY_MAP.clear();
for(int i = 0; i < packs.size(); i++) {
System.out.println(i + " " + packs.get(i).getName());
ConnectedBlockTextures.RESOURCE_PACK_PRIORITY_MAP.put(packs.get(i).getName(), i);
}
System.out.println("sans undertale");
packs.add(ConnectedBlockTextures.resourcePack = new CBTResourcePack(this));
}

Expand Down

0 comments on commit eb91727

Please # to comment.