Merge branch 'develop' into update/true-love-pet
This commit is contained in:
commit
fb05a08e91
@ -138,7 +138,7 @@ public class CosmeticManager extends MiniPlugin
|
||||
@EventHandler
|
||||
public void openShop(PlayerInteractEvent event)
|
||||
{
|
||||
if (_twofactor.isAuthenticating(event.getPlayer()))
|
||||
if (_twofactor.isAuthenticating(event.getPlayer()) || !_showInterface)
|
||||
return;
|
||||
|
||||
if (event.hasItem() && event.getItem().getType() == Material.CHEST)
|
||||
|
Loading…
Reference in New Issue
Block a user