Skip to content

Commit

Permalink
wrong ship index
Browse files Browse the repository at this point in the history
  • Loading branch information
Jebzou committed Oct 24, 2023
1 parent e33628d commit e8764fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public void ProcessUpgradeList(string _, dynamic data)
ElectronicObserverApiService api = Ioc.Default.GetRequiredService<ElectronicObserverApiService>();

// if no helper => ignore
int helperId = KCDatabase.Instance.Fleet.Fleets[1].Members[2];
int helperId = KCDatabase.Instance.Fleet.Fleets[1].Members[1];
if (helperId <= 0) return;
IShipData helper = KCDatabase.Instance.Ships[helperId];

Expand Down

0 comments on commit e8764fb

Please sign in to comment.