Skip to content

Commit

Permalink
fix: #255
Browse files Browse the repository at this point in the history
Closes #255
  • Loading branch information
klikli-dev committed Oct 1, 2024
1 parent 5aeab45 commit 88932da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ protected ModonomiconLanguageProvider lang() {
}

protected ModonomiconLanguageProvider lang(String locale) {
return this.parent.lang();
return this.parent.lang(locale);
}

protected ResourceLocation modLoc(String name) {
Expand Down

0 comments on commit 88932da

Please sign in to comment.