From e6798077a6a83c99b7e915c06b4793627f651adc Mon Sep 17 00:00:00 2001 From: T'kael Date: Sat, 22 Jun 2024 11:32:34 -0700 Subject: [PATCH] Remove unnecessary `Role` assignment - the template already defaults to the `Multipurpose` role. --- ShipMonitor/ShipMonitor.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/ShipMonitor/ShipMonitor.cs b/ShipMonitor/ShipMonitor.cs index e445fc88fa..7ce5ead3d2 100644 --- a/ShipMonitor/ShipMonitor.cs +++ b/ShipMonitor/ShipMonitor.cs @@ -469,7 +469,6 @@ private Ship ParseShipLoadoutEvent(ShipLoadoutEvent @event) Logging.Debug("Unknown ship ID " + @event.shipid); ship = @event.shipDefinition; ship.LocalId = @event.shipid; - ship.Role = Role.MultiPurpose; } // Save a copy of the raw event so that we can send it to other 3rd party apps