0.2.2.2, quick fix

This commit is contained in:
JavidPack
2017-06-28 02:49:46 -06:00
parent 6563dcae5f
commit efb7c135e2
2 changed files with 6 additions and 1 deletions

View File

@@ -31,6 +31,11 @@ namespace ItemChecklist
ToggleChecklistHotKey = RegisterHotKey("Toggle Item Checklist", "I");
}
public override void Unload()
{
ItemChecklistUI.vanillaIDsInSortOrder = null;
}
public override void AddRecipes()
{
if (!Main.dedServ)

View File

@@ -1,5 +1,5 @@
author = jopojelly
version = 0.2.2.1
version = 0.2.2.2
displayName = Item Checklist
homepage = https://forums.terraria.org/index.php?threads/item-checklist-in-game-100-item-collection-checklist.52786/
hideCode = false