Skip to content

Commit

Permalink
Update TrailierTales.java
Browse files Browse the repository at this point in the history
  • Loading branch information
AViewFromTheTop committed Oct 19, 2024
1 parent 13e4ae9 commit 784a50a
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ public TrailierTales() {

@Override
public void onInitialize(String modId, ModContainer container) {
TTConstants.startMeasuring(this);

if (FrozenBools.IS_DATAGEN) {
TTFeatureFlags.init();
FrozenFeatureFlags.rebuild();
Expand Down Expand Up @@ -98,7 +96,5 @@ public void onResourceManagerReload(@NotNull ResourceManager resourceManager) {
RuinsPieces.reloadPiecesFromDirectories(resourceManager);
}
});

TTConstants.stopMeasuring(this);
}
}

0 comments on commit 784a50a

Please sign in to comment.