Skip to content

Commit

Permalink
parse_i signature change
Browse files Browse the repository at this point in the history
  • Loading branch information
sovdeeth committed Jan 6, 2024
1 parent dd5a473 commit 23bd020
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public class SkriptReflection {
}

try {
_METHOD = SkriptParser.class.getDeclaredMethod("parse_i", String.class, int.class, int.class);
_METHOD = SkriptParser.class.getDeclaredMethod("parse_i", String.class);
_METHOD.setAccessible(true);
PARSE_I = _METHOD;
} catch (NoSuchMethodException e) {
Expand Down

0 comments on commit 23bd020

Please sign in to comment.