Skip to content

Commit

Permalink
0.2.2.2, quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JavidPack committed Jun 28, 2017
1 parent 6563dca commit efb7c13
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ItemChecklist.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ public override void Load()
ToggleChecklistHotKey = RegisterHotKey("Toggle Item Checklist", "I");
}

public override void Unload()
{
ItemChecklistUI.vanillaIDsInSortOrder = null;
}

public override void AddRecipes()
{
if (!Main.dedServ)
Expand Down
2 changes: 1 addition & 1 deletion build.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit efb7c13

Please sign in to comment.