Skip to content

Commit

Permalink
v0.6.5, fix #35
Browse files Browse the repository at this point in the history
  • Loading branch information
JavidPack committed Apr 13, 2020
1 parent ad2e7f5 commit 4cde99c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Menus/GodMode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public override void PreUpdate()
{
player.statLife = player.statLifeMax2;
player.statMana = player.statManaMax2;
player.wingTime = player.wingTimeMax;
}
}
}
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, jofairden, rrryutaro
version = 0.6.4
version = 0.6.5
displayName = Cheat Sheet
homepage = http://forums.terraria.org/index.php?threads/cheat-sheet.41407/
buildIgnore = .vs\*, Properties\*, *.csproj, *.user, obj\*, bin\*, *.config, .git\*
Expand Down

0 comments on commit 4cde99c

Please sign in to comment.