mirror of
https://github.com/amalthea-mc/ShopChest.git
synced 2024-11-08 19:51:05 +00:00
parent
75ffa46d9d
commit
f0a0d760a0
@ -259,7 +259,7 @@ public class ShopUtils {
|
||||
}
|
||||
}
|
||||
} else {
|
||||
if (shop.getHologram().isVisible(player)) shop.getHologram().hidePlayer(player);
|
||||
if (shop.getHologram() != null && shop.getHologram().isVisible(player)) shop.getHologram().hidePlayer(player);
|
||||
}
|
||||
|
||||
if (distSqr <= itemDistSqr) {
|
||||
|
Loading…
Reference in New Issue
Block a user