remove extra bought from log
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user