Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AyhamAl-Ali committed Apr 9, 2024
1 parent 8599e0c commit 1710e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ch/njol/skript/expressions/ExprColorOf.java
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public Class<?>[] acceptChange(ChangeMode mode) {
if (mode != ChangeMode.SET && !getExpr().isSingle())
return null;

switch (mode) { // items/blocks/entities don't accept these change modes
switch (mode) { // items/blocks/entities only accept these change modes
case RESET:
case DELETE:
case SET:
Expand Down

0 comments on commit 1710e82

Please sign in to comment.