Skip to content

Commit 9e4f296

Browse files
authored
remove the blacklist of the registry package (#232)
1 parent dfcf525 commit 9e4f296

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/cleanroommc/groovyscript/sandbox/security/GroovySecurityManager.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ public void initDefaults() {
6767
// mod specific
6868
banPackage("com.cleanroommc.groovyscript.command");
6969
banPackage("com.cleanroommc.groovyscript.core");
70-
banPackage("com.cleanroommc.groovyscript.registry");
7170
banPackage("com.cleanroommc.groovyscript.sandbox");
7271
banPackage("com.cleanroommc.groovyscript.server");
7372
}

0 commit comments

Comments
 (0)