Skip to content

Commit

Permalink
remove extra [on]
Browse files Browse the repository at this point in the history
  • Loading branch information
sovdeeth committed Jan 3, 2024
1 parent 2c633f0 commit dd5a473
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ protected EventSyntaxInfo(Script script, String pattern, int matchedPattern) {
}

public static EventSyntaxInfo create(Script script, String pattern, int matchedPattern) {
pattern = "[on] " + pattern;

return new EventSyntaxInfo(script, SkriptMirrorUtil.preprocessPattern(pattern), matchedPattern);
}

Expand Down

0 comments on commit dd5a473

Please sign in to comment.