Skip to content

Commit

Permalink
Renamed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphiMC committed Jan 26, 2023
1 parent 9446ef1 commit f4f14a6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ public String getName() {
private void if$rebuildOverriddenFontStorages() {
this.overriddenFontStorages.clear();
this.overriddenFontStorages.putAll(this.fontStorages);
for (Identifier value : this.idOverrides.keySet()) {
this.overriddenFontStorages.put(value, this.method_27542(value));
for (Identifier key : this.idOverrides.keySet()) {
this.overriddenFontStorages.put(key, this.method_27542(key));
}

this.defaultFontStorage = this.overriddenFontStorages.get(MinecraftClient.DEFAULT_FONT_ID);
Expand Down

0 comments on commit f4f14a6

Please sign in to comment.