Fixed F InventorySee Bug

This commit is contained in:
Driftay 2019-07-31 15:17:55 -04:00
parent 4e53565887
commit 31c50473f0
1 changed files with 1 additions and 1 deletions

View File

@ -666,7 +666,7 @@ public class FactionsPlayerListener implements Listener {
if (e.getCurrentItem() == null)
return;
if (!e.getView().getTitle().endsWith("'s Inventory View"))
if (!e.getView().getTitle().endsWith("'s Inventory"))
return;
e.setCancelled(true);