mirror of
https://github.com/amalthea-mc/ShopChest.git
synced 2024-11-12 13:41:06 +00:00
Fixed old shop updating
This commit is contained in:
parent
63a0509248
commit
7560cddb7a
@ -338,7 +338,7 @@ public class ShopUtils {
|
|||||||
* @param player Player to show the update
|
* @param player Player to show the update
|
||||||
*/
|
*/
|
||||||
public void updateShop(Shop shop, Player player) {
|
public void updateShop(Shop shop, Player player) {
|
||||||
if (shop.getLocation().getChunk().isLoaded()) return;
|
if (!shop.getLocation().getChunk().isLoaded()) return;
|
||||||
|
|
||||||
double holoDistSqr = Math.pow(plugin.getShopChestConfig().maximal_distance, 2);
|
double holoDistSqr = Math.pow(plugin.getShopChestConfig().maximal_distance, 2);
|
||||||
double itemDistSqr = Math.pow(plugin.getShopChestConfig().maximal_item_distance, 2);
|
double itemDistSqr = Math.pow(plugin.getShopChestConfig().maximal_item_distance, 2);
|
||||||
|
Loading…
Reference in New Issue
Block a user