mirror of
https://github.com/amalthea-mc/ShopChest.git
synced 2024-11-10 04:31:06 +00:00
Fix hologram bounding box when interaction is enabled
This commit is contained in:
parent
6223d9393f
commit
0c127a7d74
@ -62,7 +62,7 @@ public class Hologram {
|
|||||||
text = this.text[i];
|
text = this.text[i];
|
||||||
if (text == null) continue;
|
if (text == null) continue;
|
||||||
} else {
|
} else {
|
||||||
if (!plugin.getShopChestConfig().enable_hologram_interaction) {
|
if (plugin.getShopChestConfig().enable_hologram_interaction) {
|
||||||
loc = location.clone();
|
loc = location.clone();
|
||||||
loc.add(0, 1, 0);
|
loc.add(0, 1, 0);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user