From 4c1c604f66c451cf02118f3ad188e6b6d743d871 Mon Sep 17 00:00:00 2001 From: Kyleeld <48519776+Kyleeld@users.noreply.github.com> Date: Wed, 8 May 2019 10:05:18 +0100 Subject: [PATCH] Update ExaminePlugin.java --- .../net/runelite/client/plugins/examine/ExaminePlugin.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/examine/ExaminePlugin.java b/runelite-client/src/main/java/net/runelite/client/plugins/examine/ExaminePlugin.java index 217ee55c91..5c672ccf8e 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/examine/ExaminePlugin.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/examine/ExaminePlugin.java @@ -358,11 +358,10 @@ public class ExaminePlugin extends Plugin .append(ChatColorType.NORMAL) .append(" GE ") .append(ChatColorType.HIGHLIGHT) - .append(StackFormatter.formatNumber(gePrice * quantity)); + .append(StackFormatter.formatNumber(gePrice * quantity)) .append(ChatColorType.NORMAL) .append(" OSB ") .append(ChatColorType.HIGHLIGHT) - .append(StackFormatter.formatNumber(gePrice * quantity)); .append(StackFormatter.formatNumber(osbresult.getOverall_average() * quantity)); if (quantity > 1)