Skip to content

Commit 8d424d1

Browse files
committed
fix(resources): add PostCompileClass to runtime
1 parent b2fa7aa commit 8d424d1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ public Collection<Resource> getRuntime() {
343343
runtime.add(this.getData(SkriptCompiler.class));
344344
runtime.add(this.getData(BridgeCompiler.class));
345345
runtime.add(this.getData(Compiler.class));
346+
runtime.add(this.getData(PostCompileClass.class));
346347
runtime.add(this.getData(ScriptRunner.class));
347348
runtime.add(this.getData(SimpleThrottleController.class));
348349
} catch (IOException | ClassNotFoundException ex) {

0 commit comments

Comments
 (0)