Fixed merge glitch.

This commit is contained in:
Brianna 2019-08-12 23:40:35 -04:00
parent af64e54ecd
commit 7d6b71008b

View File

@ -65,6 +65,7 @@ public class Methods {
item.removeMetadata("US_AMT", plugin);
itemStack.setAmount(newAmount);
}
item.setItemStack(itemStack);
if ((blacklisted && !Setting.ITEM_HOLOGRAM_BLACKLIST.getBoolean())
|| !plugin.getItemFile().getConfig().getBoolean("Items." + material + ".Has Hologram")