Skip to content

Commit 23bd020

Browse files
committed
parse_i signature change
1 parent dd5a473 commit 23bd020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/btk5h/skriptmirror/util/SkriptReflection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public class SkriptReflection {
102102
}
103103

104104
try {
105-
_METHOD = SkriptParser.class.getDeclaredMethod("parse_i", String.class, int.class, int.class);
105+
_METHOD = SkriptParser.class.getDeclaredMethod("parse_i", String.class);
106106
_METHOD.setAccessible(true);
107107
PARSE_I = _METHOD;
108108
} catch (NoSuchMethodException e) {

0 commit comments

Comments
 (0)