Fix hologram bounding box when interaction is enabled

This commit is contained in:
Eric 2016-11-19 13:51:11 +01:00
parent 6223d9393f
commit 0c127a7d74

View File

@ -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 {