Skip to content

Commit

Permalink
Merge pull request #5 from Pop000100/dev
Browse files Browse the repository at this point in the history
Unload Instance
  • Loading branch information
Pop000100 authored Mar 19, 2020
2 parents 10fe1a7 + c319a48 commit fa24a72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions VanillaTweaks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public override void PostAddRecipes()

public override void Unload()
{
Instance = null;
LangTweaks.ResetTooltips();
}

Expand Down
2 changes: 1 addition & 1 deletion build.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
displayName = Vanilla Tweaks
author = goldenapple
version = 3.0.2
version = 3.0.3
homepage = http://forums.terraria.org/index.php?threads/vanilla-tweaks-a-mod-with-no-content.37443/
hideCode = false
includeSource = true
Expand Down

0 comments on commit fa24a72

Please sign in to comment.