itemchargeplugin: add basket/fix sack

Add basket config and fix sack config.
This commit is contained in:
Crystalknoct
2019-10-19 23:52:12 -06:00
committed by GitHub
parent 100231d731
commit 3c65ef82b7

View File

@@ -956,6 +956,7 @@ public class ItemChargePlugin extends Plugin
this.showXericTalismanCharges = config.showXericTalismanCharges();
this.showrecoil = config.showrecoil();
this.chronicle = config.chronicle();
this.showBasketCharges = config.showBasketCharges();
this.showSackCharges = config.showSackCharges();
}
}