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)