Skip to content

Commit

Permalink
0.2.1.3 MP optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
JavidPack committed Mar 21, 2018
1 parent 6dd1c44 commit ee918aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AutoTrashPlayer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public override void Initialize()
{
AutoTrashItems = new List<Item>();
LastAutoTrashItem = new Item();
LastAutoTrashItem.SetDefaults();
LastAutoTrashItem.SetDefaults(0, true);
AutoTrashEnabled = false;
}

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.1.2
version = 0.2.1.3
displayName = Auto Trash
homepage = https://forums.terraria.org/index.php?threads/auto-trash.53592/
buildIgnore = .vs\*, Properties\*, *.csproj, *.user, obj\*, bin\*, *.config, .git\*
Expand Down

0 comments on commit ee918aa

Please sign in to comment.