Fixed F InventorySee Bug
This commit is contained in:
parent
4e53565887
commit
31c50473f0
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user