Skip to content

Commit

Permalink
Fix keepOneEntry.
Browse files Browse the repository at this point in the history
  • Loading branch information
WanionCane committed Jul 18, 2016
1 parent 98eafaf commit 1cf7b35
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,8 @@ public String call()
private void fixOreDictPreferences()
{
final Map preferences = Util.getField(OreDictionaryPreferences.class, "preferences", OreDictionaryPreferences.instance, Map.class);
final Map stackCache = Util.getField(OreDictionaryPreferences.class, "stackCache", OreDictionaryPreferences.instance, Map.class);
if (preferences != null)
preferences.clear();
if (stackCache != null)
stackCache.clear();
}

private void fixAlloySmelterRecipes()
Expand Down

0 comments on commit 1cf7b35

Please sign in to comment.