Skip to content

Commit 42d74c0

Browse files
committed
Fixed typo in and improved description of ExprPlayerTabListOrder.
1 parent 6eabfd2 commit 42d74c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/it/jakegblp/lusk/elements/minecraft/entities/player/expressions/ExprPlayerTabListOrder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import static it.jakegblp.lusk.utils.Constants.MINECRAFT_1_21_2;
99

1010
@Name("Player - Player Tab List Order")
11-
@Description("Returns he relative order that the player is shown on the player list.\nCan be set.\n\nSetting this mainly modifies the order for the player you're setting it for.")
11+
@Description("Returns the relative order that the player is shown on the player list.\nCan be set, added to and removed from.\n\nSetting this modifies the order for the player you're setting it for.")
1212
@Examples({"broadcast tab list order of player"})
1313
@Since("1.3.9")
1414
@RequiredPlugins("1.21.2")

0 commit comments

Comments
 (0)