Skip to content

Commit fa24a72

Browse files
authored
Merge pull request #5 from Pop000100/dev
Unload Instance
2 parents 10fe1a7 + c319a48 commit fa24a72

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

VanillaTweaks.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public override void PostAddRecipes()
4141

4242
public override void Unload()
4343
{
44+
Instance = null;
4445
LangTweaks.ResetTooltips();
4546
}
4647

build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
displayName = Vanilla Tweaks
22
author = goldenapple
3-
version = 3.0.2
3+
version = 3.0.3
44
homepage = http://forums.terraria.org/index.php?threads/vanilla-tweaks-a-mod-with-no-content.37443/
55
hideCode = false
66
includeSource = true

0 commit comments

Comments
 (0)