Skip to content

Commit

Permalink
Add java.util.function back, due to how the hierarchy check works
Browse files Browse the repository at this point in the history
  • Loading branch information
GirafiStudios committed Feb 6, 2021
1 parent 369896f commit 1d4bf22
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public class CoreModEngine {
private List<CoreMod> coreMods = new ArrayList<>();
static final Set<String> ALLOWED_PACKAGES = new HashSet<>(Arrays.asList(
"java.util",
"java.util.function",
"org.objectweb.asm.util" // ASM util has nice debugging things like Trace visitors
));
static final Set<String> ALLOWED_CLASSES = new HashSet<>(Arrays.asList(
Expand Down

0 comments on commit 1d4bf22

Please sign in to comment.