Skip to content

Commit

Permalink
Remove unnecessary Role assignment - the template already defaults …
Browse files Browse the repository at this point in the history
…to the `Multipurpose` role.
  • Loading branch information
Tkael committed Jun 22, 2024
1 parent 38f1ae1 commit e679807
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ShipMonitor/ShipMonitor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e679807

Please sign in to comment.