We don't make mistakes, just happy accidents.

This commit is contained in:
Ivan 2019-08-19 03:09:06 -04:00 committed by GitHub
parent 03e1a7c9c4
commit d6d42cc905
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
@CommandPermissions(level = Rank.OP, source = SourceType.BOTH)
@CommandParameters(description = "Information on how to vote", usage = "/<command>", aliases = "ai")
@CommandParameters(description = "Information on how to vote", usage = "/<command>")
public class Command_vote extends FreedomCommand
{