Skip to content

Commit

Permalink
Fixes for cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mezz committed Dec 1, 2018
1 parent a485ffb commit 2aec4bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/mezz/jei/startup/JeiStarter.java
Expand Up @@ -85,7 +85,6 @@ public void start(List<IModPlugin> plugins) {
timer.start("Building bookmarks");
BookmarkList bookmarkList = new BookmarkList(ingredientRegistry);
bookmarkList.loadBookmarks();
Internal.setBookmarkList(bookmarkList);
timer.stop();

timer.start("Building runtime");
Expand Down

0 comments on commit 2aec4bc

Please sign in to comment.