Skip to content

Commit

Permalink
Update src/main/java/ch/njol/skript/classes/data/BukkitClasses.java
Browse files Browse the repository at this point in the history
Co-authored-by: LimeGlass <[email protected]>
  • Loading branch information
AyhamAl-Ali and TheLimeGlass authored Aug 3, 2023
1 parent d7e46ce commit fa6a9fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ public String getDebugMessage(final Player p) {
"offline player as well, they will not work if the player is not actually online.")
.usage("")
.examples("set {_p} to \"Notch\" parsed as an offlineplayer # returns Notch even if they're offline")
.since("")
.since("2.0 beta 8")
.defaultExpression(new EventValueExpression<>(OfflinePlayer.class))
.after("string", "world")
.parser(new Parser<OfflinePlayer>() {
Expand Down

0 comments on commit fa6a9fa

Please sign in to comment.