Overhaul (#349)
* Mini GPU overhaul * Alch value * Stoned Loot Tracker (persistent loot tracker) * Checkstyle * Added back max values to GPU plugin * Persistent loot tracker config options * Zulrah plugin type * Add inventory highlight plugin When dragging an item in the inventory, a highlight will show up to help the player place the item in the correct slot, instead of missing when they drag the item to the "gutter" * Fix inventory highlight plugin * Inventory highlight plugin type * Inventory highlight config options * Fix ess pouch swapping * Runecraftig config options * Add plugin type to persistient loot tracker * Fix panel repaint * Disable this for now * Revert "Fix ess pouch swapping" -> PR #351 This reverts commit c18f65069f5df3a1cafb983af5b3e162817a22fe. * I blame intellij for this * Fix test
This commit is contained in:
@@ -110,6 +110,6 @@ public class BankCalculationTest
|
||||
bankCalculation.calculate();
|
||||
|
||||
long value = bankCalculation.getHaPrice();
|
||||
assertTrue(value > Integer.MAX_VALUE);
|
||||
assertTrue(value == Integer.MAX_VALUE);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user