Fix for typo

This commit is contained in:
Brianna 2019-04-04 13:28:14 -04:00
parent 8819f38a20
commit a895ba6f4d
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ public class GUIPlayers extends AbstractGUI {
lore.add(plugin.getLocale().getMessage("gui.players.notickets"));
else {
if (ticketAmt == 1)
lore.add(plugin.getLocale().getMessage("gui.players.ticketssone"));
lore.add(plugin.getLocale().getMessage("gui.players.ticketsone"));
else
lore.add(plugin.getLocale().getMessage("gui.players.tickets",ticketAmt));
}