Skip to content

Commit

Permalink
Update src/main/java/ch/njol/skript/expressions/ExprMetadata.java
Browse files Browse the repository at this point in the history
Co-authored-by: sovdee <[email protected]>
  • Loading branch information
UnderscoreTud and sovdeeth authored Sep 27, 2024
1 parent 97a33ed commit 1efbb02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ch/njol/skript/expressions/ExprMetadata.java
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,4 @@ public String toString(@Nullable Event event, boolean debug) {
return "metadata values " + keys.toString(event, debug) + " of " + holders.toString(event, debug);
}

}
}

0 comments on commit 1efbb02

Please sign in to comment.