We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7f57af commit e83f0f2Copy full SHA for e83f0f2
src/main/java/org/byteskript/skript/compiler/SkriptLangSpec.java
@@ -332,6 +332,7 @@ public Collection<PostCompileClass> getRuntime() {
332
runtime.add(this.getData(Event.class));
333
runtime.add(this.getData(Library.class));
334
runtime.add(this.getData(Class.forName("skript")));
335
+ runtime.add(this.getData(Class.forName("unsafe")));
336
runtime.add(this.getData(SkriptCompiler.class));
337
runtime.add(this.getData(BridgeCompiler.class));
338
runtime.add(this.getData(Compiler.class));
0 commit comments