Changeset 1241
- Timestamp:
- 1/17/2010 3:25:46 PM (2 months ago)
- Files:
-
- 1 modified
-
trunk/EveHQ.HQF/Forms/frmEveImport.vb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/EveHQ.HQF/Forms/frmEveImport.vb
r1153 r1241 350 350 Dim modNodes As XmlNodeList = fitNode.SelectNodes("hardware") 351 351 For Each modNode As XmlNode In modNodes 352 Dim fModule As ShipModule = CType(ModuleLists.moduleList(ModuleLists.moduleListName(modNode.Attributes("type").Value )), ShipModule)352 Dim fModule As ShipModule = CType(ModuleLists.moduleList(ModuleLists.moduleListName(modNode.Attributes("type").Value.Trim)), ShipModule) 353 353 If modNode.Attributes("slot").Value <> "subsystem slot 0" Then 354 354 If moduleList.ContainsKey(modNode.Attributes("slot").Value) = False Then
