Fix poll status messages not showing

This commit is contained in:
cswhite2000 2018-08-26 22:48:58 -07:00 committed by Austin Mayes
parent df3bd6b76f
commit baf395cc88
1 changed files with 0 additions and 1 deletions

View File

@ -232,7 +232,6 @@ public class PollCommands implements Commands {
}
pollManager.startPoll(poll);
Bukkit.getServer().broadcastMessage(Poll.boldAqua + poll.getInitiator() + Poll.normalize + " has started a poll " + poll.getDescriptionMessage());
Bukkit.broadcast(Poll.tutorialMessage());
}
}
}