Skip to content

Commit 94d2784

Browse files
.
1 parent b46e638 commit 94d2784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/volmit/adapt/command/item/CommandExperience.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public final class CommandExperience {
3939
@SubCommandExecution
4040
public void execute(CommandSender sender,
4141
@Arg(id = "skillname") @Suggest(provider = AdaptSuggestionProvider.class) String skillName,
42-
@Arg(id = "amount") @Range int amount,
42+
@Arg(id = "amount") @Range(min="1", max="100000") int amount,
4343
@Arg(id = "player", optional = true) @Nullable Player player) {
4444

4545
Player targetPlayer = player;

0 commit comments

Comments
 (0)