Skip to content

Commit

Permalink
Add unsafe to compiler output.
Browse files Browse the repository at this point in the history
  • Loading branch information
Moderocky committed Mar 22, 2022
1 parent e7f57af commit e83f0f2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ public Collection<PostCompileClass> getRuntime() {
runtime.add(this.getData(Event.class));
runtime.add(this.getData(Library.class));
runtime.add(this.getData(Class.forName("skript")));
runtime.add(this.getData(Class.forName("unsafe")));
runtime.add(this.getData(SkriptCompiler.class));
runtime.add(this.getData(BridgeCompiler.class));
runtime.add(this.getData(Compiler.class));
Expand Down

0 comments on commit e83f0f2

Please sign in to comment.