mirror of
https://github.com/amalthea-mc/ShopChest.git
synced 2024-11-10 04:31:06 +00:00
parent
75ffa46d9d
commit
f0a0d760a0
@ -259,7 +259,7 @@ public class ShopUtils {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} 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) {
|
if (distSqr <= itemDistSqr) {
|
||||||
|
Loading…
Reference in New Issue
Block a user