Skip to content

Commit 33ffdfb

Browse files
committed
Updated: Tab completion for player in /setuserdata
1 parent befced0 commit 33ffdfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/RoyalCommands/src/main/java/org/royaldev/royalcommands/rcommands/CmdSetUserdata.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
public class CmdSetUserdata extends TabCommand {
1919

2020
public CmdSetUserdata(final RoyalCommands instance, final String name) {
21-
super(instance, name, true, new Short[]{});
21+
super(instance, name, true, new Short[]{TabCommand.CompletionType.ONLINE_PLAYER.getShort(), TabCommand.CompletionType.NONE.getShort()});
2222
}
2323

2424
@Override

0 commit comments

Comments
 (0)