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 9993fd9 commit 055816aCopy full SHA for 055816a
src/main/java/de/blazemcworld/jsscripts/Injector.java
@@ -36,7 +36,7 @@ public static void addCallbackInfo(Object info) {
36
public static Object invokeCallback(int id) {
37
List<Object> info = callbackInfo;
38
callbackInfo = new ArrayList<>();
39
- return callbacks.get(id).invoke(callbackInfo);
+ return callbacks.get(id).invoke(info);
40
}
41
42
public static void transformMethod(String className, String methodName, Consumer<MethodNode> transformer) {
0 commit comments