Skip to content

Commit 882f255

Browse files
authored
Lower ExprRawExpression Priority (#145)
1 parent 2303c91 commit 882f255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/btk5h/skriptmirror/skript/custom/ExprRawExpression.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
public class ExprRawExpression extends SimpleExpression<Expression> {
1616
static {
17-
Skript.registerExpression(ExprRawExpression.class, Expression.class, ExpressionType.COMBINED,
17+
Skript.registerExpression(ExprRawExpression.class, Expression.class, ExpressionType.PATTERN_MATCHES_EVERYTHING,
1818
"[the] (raw|underlying) expression[s] of %objects%",
1919
"%objects%'[s] (raw|underlying) expression[s]",
2020
"[the] raw [expression] %objects%");

0 commit comments

Comments
 (0)