Fix the jail command, it will always reach here with one argument.

This commit is contained in:
graywolf336 2014-02-01 01:43:54 -06:00
parent e52a24cb5e
commit 7c4c403843

View File

@ -24,7 +24,7 @@ import com.graywolf336.jail.events.PrePrisonerJailedEvent;
@CommandInfo(
maxArgs = -1,
minimumArgs = 1,
minimumArgs = 0,
needsPlayer = false,
pattern = "jail|j",
permission = "jail.command.jail",