Skip to content

Commit e83f0f2

Browse files
committed
Add unsafe to compiler output.
1 parent e7f57af commit e83f0f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/byteskript/skript/compiler/SkriptLangSpec.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ public Collection<PostCompileClass> getRuntime() {
332332
runtime.add(this.getData(Event.class));
333333
runtime.add(this.getData(Library.class));
334334
runtime.add(this.getData(Class.forName("skript")));
335+
runtime.add(this.getData(Class.forName("unsafe")));
335336
runtime.add(this.getData(SkriptCompiler.class));
336337
runtime.add(this.getData(BridgeCompiler.class));
337338
runtime.add(this.getData(Compiler.class));

0 commit comments

Comments
 (0)