Skip to content

Commit

Permalink
fix: apparently this method doesn't exist????
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepalesque committed Jun 16, 2024
1 parent 8f0d400 commit f4e479a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public IoSupplier<InputStream> getResource(PackType type, ResourceLocation locat
}
}

if (combined.isEmpty()) {
if (combined.entrySet().isEmpty()) {
return null;
}
String input = GSON.toJson(combined);
Expand Down

0 comments on commit f4e479a

Please sign in to comment.