From c91027f25f75ec91de26ecc3a4f80185a65f5316 Mon Sep 17 00:00:00 2001 From: RedSparr0w Date: Sat, 23 Nov 2019 17:32:12 +1300 Subject: [PATCH] lowercase metric --- .../src/redone/game/bots/Bot.java | 6 +++--- .../2006rebotted/redone/game/bots/Bot.class | Bin 3792 -> 3792 bytes 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/2006Redone Server/src/redone/game/bots/Bot.java b/2006Redone Server/src/redone/game/bots/Bot.java index 3b16a550..53c4728a 100644 --- a/2006Redone Server/src/redone/game/bots/Bot.java +++ b/2006Redone Server/src/redone/game/bots/Bot.java @@ -90,11 +90,11 @@ public class Bot { private String formatSellPrice(int price) { DecimalFormat df = new DecimalFormat("#.##"); if (price >= 1e9) { - return df.format(Math.floor(price / 1e8) / 10) + "B"; + return df.format(Math.floor(price / 1e8) / 10) + "b"; } else if (price >= 1e6) { - return df.format(Math.floor(price / 1e5) / 10) + "M"; + return df.format(Math.floor(price / 1e5) / 10) + "m"; } else if (price >= 1e3) { - return df.format(Math.floor(price / 100) / 10) + "K"; + return df.format(Math.floor(price / 100) / 10) + "k"; } else { return price + "gp"; } diff --git a/CompiledServer/production/2006rebotted/redone/game/bots/Bot.class b/CompiledServer/production/2006rebotted/redone/game/bots/Bot.class index 4879d7b949d15f5e5f80bcbb784ba891ae575516..9a6d7e0c5fa685cb3b964276b0b54ffd8a4d8a75 100644 GIT binary patch delta 22 ccmca0dqH-CGb?8jBLibD5NB`pVQt|A07`!as{jB1 delta 22 ccmca0dqH-CGb^VPBLkx^5PNU-VQt|A07kzBO8@`>