Skip to content

Commit

Permalink
Merge branch 'dev' into 1.19.4-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
StavWasPlayZ committed Aug 27, 2023
2 parents b23cca9 + 750262e commit 1b908b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ protected <T> T getTheme(final Supplier<T> theme, final T def) {

if (_theme == null) {
LOGGER.warn("Requested theme not found, performing reload!");
performReload(Minecraft.getInstance().getResourceManager());
reload(Minecraft.getInstance().getResourceManager());

_theme = theme.get();
if (_theme == null) {
Expand Down

0 comments on commit 1b908b7

Please sign in to comment.