Remove unneeded annotation

This commit is contained in:
filoghost 2018-01-29 16:08:24 +01:00
parent 8cc189bbcb
commit f7a007d1f9

View File

@ -35,7 +35,6 @@ public class CreateCommand extends HologramSubCommand {
return 1;
}
@SuppressWarnings("deprecation")
@Override
public void execute(CommandSender sender, String label, String[] args) throws CommandException {
Player player = CommandValidator.getPlayerSender(sender);