Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Commit

Permalink
v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Crzyrndm committed Jul 21, 2015
1 parent 2615d9c commit 63a36bb
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions FilterExtension/Core.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ void Awake()
{
instance = this;
DontDestroyOnLoad(this);
Log("Version 2.3.1");
Log("Version 2.4.0");

getConfigs();
getPartData();
Expand Down Expand Up @@ -523,7 +523,6 @@ public static RUI.Icons.Selectable.Icon getIcon(string name)
return icon;
if (PartCategorizer.Instance.iconLoader.iconDictionary.TryGetValue(name, out icon))
return icon;

return PartCategorizer.Instance.iconLoader.iconDictionary[fallbackIcon];
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FilterSetIcon
icon = SRBs, EngineSolid
icon = MonoProp, EngineMono
icon = Ore, fuels_ore
icon = Ablator, Ablative Shielding
icon = Ablator, Ablative_Shield
icon = Ion - Argon, EngineArgon
icon = Ion - Hydrogen, EnginePlasma
}
Expand Down
Binary file modified GameData/000_FilterExtensions/FilterExtensions.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion GameData/000_FilterExtensions/FilterExtensions.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"NAME":"Filter Extensions","URL":"https://github.com/Crzyrndm/FilterExtension/blob/master/GameData/000_FilterExtensions/FilterExtensions.version","DOWNLOAD":"https://github.com/Crzyrndm/FilterExtension/releases","VERSION":{"MAJOR":2,"MINOR":3,"PATCH":1,"BUILD":0},"KSP_VERSION":{"MAJOR":1,"MINOR":0,"PATCH":4}}
{"NAME":"Filter Extensions","URL":"https://github.com/Crzyrndm/FilterExtension/blob/master/GameData/000_FilterExtensions/FilterExtensions.version","DOWNLOAD":"https://github.com/Crzyrndm/FilterExtension/releases","VERSION":{"MAJOR":2,"MINOR":4,"PATCH":0,"BUILD":0},"KSP_VERSION":{"MAJOR":1,"MINOR":0,"PATCH":4}}
Binary file not shown.
Binary file not shown.

0 comments on commit 63a36bb

Please sign in to comment.