diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-29 19:37:52 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-29 19:37:52 +0200 |
commit | 0245386a8301cc5f45f4a4c8be8c66786016080e (patch) | |
tree | 204294698ea7ca889b1d116a4306899f3a3fee8f /src/main/java/at/hannibal2/skyhanni/test | |
parent | 84f177d3911119df066d0b89e67fdb70c503f7ee (diff) | |
download | skyhanni-0245386a8301cc5f45f4a4c8be8c66786016080e.tar.gz skyhanni-0245386a8301cc5f45f4a4c8be8c66786016080e.tar.bz2 skyhanni-0245386a8301cc5f45f4a4c8be8c66786016080e.zip |
Added Anita Medal Profit - Helps to identify profitable items to buy at the Anita item shop and potential profit from selling the item at the auction house.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/test')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/test/LorenzTest.kt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/test/LorenzTest.kt b/src/main/java/at/hannibal2/skyhanni/test/LorenzTest.kt index 9f78e5452..02feac91c 100644 --- a/src/main/java/at/hannibal2/skyhanni/test/LorenzTest.kt +++ b/src/main/java/at/hannibal2/skyhanni/test/LorenzTest.kt @@ -52,8 +52,8 @@ class LorenzTest { // SoundUtils.createSound(name, pitch).playSound() -// a = args[0].toDouble() -// b = args[1].toDouble() + a = args[0].toDouble() + b = args[1].toDouble() // c = args[2].toDouble() // for (line in (Minecraft.getMinecraft().ingameGUI.tabList as AccessorGuiPlayerTabOverlay).footer.unformattedText |