diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-02-12 01:55:38 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-02-12 02:03:30 +0800 |
| commit | 620b7b47c9c2a3d7e1f54c5a8c82113acaff7438 (patch) | |
| tree | dde7882dac52864c84167799db97cb6f72db90e0 /src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java | |
| parent | 5cb938a76b4f93c9f58bc725a1543e511c760aa9 (diff) | |
| download | RoughlyEnoughItems-620b7b47c9c2a3d7e1f54c5a8c82113acaff7438.tar.gz RoughlyEnoughItems-620b7b47c9c2a3d7e1f54c5a8c82113acaff7438.tar.bz2 RoughlyEnoughItems-620b7b47c9c2a3d7e1f54c5a8c82113acaff7438.zip | |
fix favorites saving
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java b/src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java index 7426d10e7..c1539c607 100644 --- a/src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java +++ b/src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java @@ -324,9 +324,9 @@ public class RecipeHelperImpl implements RecipeHelper { ((DisplayHelperImpl) DisplayHelper.getInstance()).resetCache(); ScreenHelper.getOptionalOverlay().ifPresent(overlay -> overlay.shouldReInit = true); - arePluginsLoading = false; // Remove duplicate entries ((EntryRegistryImpl) EntryRegistry.getInstance()).distinct(); + arePluginsLoading = false; // Clear Cache Again! ((DisplayHelperImpl) DisplayHelper.getInstance()).resetCache(); |
