Changeset 1289

Show
Ignore:
Timestamp:
2/2/2010 5:07:50 AM (6 weeks ago)
Author:
vessper
Message:

02/02/2010


- HQF: Fixed issue with Pilot Manager displaying incorrect implants

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/EveHQ.HQF/Forms/frmPilotManager.vb

    r1245 r1289  
    421421        tvwImplants.Nodes.Clear() 
    422422        For slot As Integer = 1 To 10 
     423            If ModuleLists.moduleListName.ContainsKey(currentPilot.ImplantName(slot)) = False Then 
     424                currentPilot.ImplantName(slot) = "" 
     425            End If 
    423426            If currentPilot.ImplantName(slot) = "" Then 
    424427                tvwImplants.Nodes.Add("Slot " & slot.ToString, "Slot " & slot.ToString)