Skip to content

Commit dcdeac1

Browse files
authored
Add since tag onto ExprWithItemFlags for "all itemflags" (#7786)
Add forgotton since tag
1 parent b6b7332 commit dcdeac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"give player torch with hide placed on item flag",
2525
"set {_item} to diamond sword with all item flags"
2626
})
27-
@Since("2.10")
27+
@Since("2.10, 2.11 (all itemflags)")
2828
public class ExprWithItemFlags extends SimpleExpression<ItemType> {
2929

3030
static {

0 commit comments

Comments
 (0)