Open wvdvegt opened 7 years ago
Similar bug in ContractsEndedMessage
Changed MarketOrdersEndedMessage in NotificationList.cs into:
builder
.Append(" at ")
.AppendLine(contract.StartStation.Name != null ? contract.StartStation.Name : "Unknown");
Possible fix for: System.NullReferenceException: Object reference not set to an instance of an object. at EVEMon.Controls.NotificationList.MarketOrdersEndedMessage(MarketOrdersNotificationEventArgs ordersNotification) in EVEMon\Controls\NotificationList.cs:line 645
changed statement in MarketOrdersEndedMessage at line 645 of NotificationList.cs into: