mirror of
https://github.com/EpicEricEE/ShopChest.git
synced 2024-11-08 20:01:25 +01: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];
|
||||
if (text == null) continue;
|
||||
} else {
|
||||
if (!plugin.getShopChestConfig().enable_hologram_interaction) {
|
||||
if (plugin.getShopChestConfig().enable_hologram_interaction) {
|
||||
loc = location.clone();
|
||||
loc.add(0, 1, 0);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user