Skip to content

Commit

Permalink
Send vote cast message before casting vote.
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWoodworth committed May 14, 2016
1 parent 14f19eb commit e4e0b7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public void castVote(Player player, String voteName) {
return;
}

vote.castVote(player);
player.sendMessage(Language.getVoteCast(vote.getName()));
vote.castVote(player);
}
}

0 comments on commit e4e0b7e

Please sign in to comment.