mirror of
https://github.com/songoda/UltimateStacker.git
synced 2025-02-07 23:11:22 +01:00
Fixed merge glitch.
This commit is contained in:
parent
af64e54ecd
commit
7d6b71008b
@ -65,6 +65,7 @@ public class Methods {
|
|||||||
item.removeMetadata("US_AMT", plugin);
|
item.removeMetadata("US_AMT", plugin);
|
||||||
itemStack.setAmount(newAmount);
|
itemStack.setAmount(newAmount);
|
||||||
}
|
}
|
||||||
|
item.setItemStack(itemStack);
|
||||||
|
|
||||||
if ((blacklisted && !Setting.ITEM_HOLOGRAM_BLACKLIST.getBoolean())
|
if ((blacklisted && !Setting.ITEM_HOLOGRAM_BLACKLIST.getBoolean())
|
||||||
|| !plugin.getItemFile().getConfig().getBoolean("Items." + material + ".Has Hologram")
|
|| !plugin.getItemFile().getConfig().getBoolean("Items." + material + ".Has Hologram")
|
||||||
|
Loading…
Reference in New Issue
Block a user