Updated OV command alias

Resolves #1652 from an earlier oversite on the re-naming of the main command.
This commit is contained in:
Ryan 2018-01-13 00:15:53 +00:00
parent 8394884bd2
commit d4316d9b7e

View file

@ -15,7 +15,7 @@ import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
@CommandPermissions(level = Rank.IMPOSTOR, source = SourceType.ONLY_IN_GAME)
@CommandParameters(description = "Overlord - control this server in-game", usage = "access", aliases = "ov")
@CommandParameters(description = "Overlord - control this server in-game", usage = "access", aliases = "overlord")
public class Command_ov extends FreedomCommand
{