We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2fa7aa commit 8d424d1Copy full SHA for 8d424d1
1 file changed
src/main/java/org/byteskript/skript/compiler/SkriptLangSpec.java
@@ -343,6 +343,7 @@ public Collection<Resource> getRuntime() {
343
runtime.add(this.getData(SkriptCompiler.class));
344
runtime.add(this.getData(BridgeCompiler.class));
345
runtime.add(this.getData(Compiler.class));
346
+ runtime.add(this.getData(PostCompileClass.class));
347
runtime.add(this.getData(ScriptRunner.class));
348
runtime.add(this.getData(SimpleThrottleController.class));
349
} catch (IOException | ClassNotFoundException ex) {
0 commit comments