Fix FUpgradesGUI Spam on 1.14+

This commit is contained in:
ProSavage 2019-07-18 15:22:03 -05:00
parent 463d5b9a69
commit a495f71278
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ public class FUpgradesGUI implements Listener {
return;
FPlayer fme = FPlayers.getInstance().getByPlayer((Player) e.getWhoClicked());
if (e.getClickedInventory().getTitle().equalsIgnoreCase(SaberFactions.plugin.color(SaberFactions.plugin.getConfig().getString("fupgrades.MainMenu.Title").replace("{faction}", fme.getFaction().getTag())))) {
if (e.getView().getTitle().equalsIgnoreCase(SaberFactions.plugin.color(SaberFactions.plugin.getConfig().getString("fupgrades.MainMenu.Title").replace("{faction}", fme.getFaction().getTag())))) {
e.setCancelled(true);
ItemStack[] items = buildItems(fme);
ItemStack cropItem = items[2];