remove extra bought from log
This commit is contained in:
parent
5487cb3d37
commit
f9f1842cb7
@ -12,6 +12,6 @@ public class MarketBuyFormat : GenericFormat<BuyCargo> {
|
||||
if (tons <= 0) {
|
||||
return "";
|
||||
}
|
||||
return string.Format("Bought: {0}t bought", tons);
|
||||
return string.Format("Bought: {0}t", tons);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user