Skip to content

Commit

Permalink
delete travis, unload fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
JavidPack committed Aug 26, 2017
1 parent b62901c commit 8e01882
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 43 deletions.
41 changes: 0 additions & 41 deletions .travis.yml

This file was deleted.

3 changes: 3 additions & 0 deletions ItemChecklist.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ public override void Load()
public override void Unload()
{
ItemChecklistUI.vanillaIDsInSortOrder = null;
instance = null;
ToggleChecklistHotKey = null;
ItemChecklistInterface = null;
}

public override void AddRecipes()
Expand Down
4 changes: 2 additions & 2 deletions build.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
author = jopojelly
version = 0.2.2.2
version = 0.2.2.3
displayName = Item Checklist
homepage = https://forums.terraria.org/index.php?threads/item-checklist-in-game-100-item-collection-checklist.52786/
hideCode = false
Expand All @@ -8,4 +8,4 @@ includeSource = true
languageVersion = 6
includePDB = true
notworkingside = Client
buildIgnore = .vs\*, Properties\*, *.csproj, *.user, obj\*, bin\*, *.config, lib\*, .gitignore, .git\*, .travis.yml
buildIgnore = .vs\*, Properties\*, *.csproj, *.user, obj\*, bin\*, *.config, lib\*, .gitignore, .git\*

0 comments on commit 8e01882

Please sign in to comment.