Skip to content

Commit 665a077

Browse files
authored
Change ExprValueWithin to PROPERTY priority (#8006)
1 parent db2a0e5 commit 665a077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/ch/njol/skript/expressions/ExprValueWithin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
public class ExprValueWithin extends WrapperExpression<Object> implements KeyProviderExpression<Object> {
3434

3535
static {
36-
Skript.registerExpression(ExprValueWithin.class, Object.class, ExpressionType.COMBINED, "[the] (%-*classinfo%|value[:s]) (within|in) %~objects%");
36+
Skript.registerExpression(ExprValueWithin.class, Object.class, ExpressionType.PROPERTY, "[the] (%-*classinfo%|value[:s]) (within|in) %~objects%");
3737
}
3838

3939
@Nullable

0 commit comments

Comments
 (0)