Update ExaminePlugin.java

This commit is contained in:
Kyleeld
2019-05-08 10:05:18 +01:00
committed by GitHub
parent 0671aaf4f7
commit 4c1c604f66

View File

@@ -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)