From 4cde99cb584d3875e9f2361ac5445158f0195fa7 Mon Sep 17 00:00:00 2001 From: JavidPack Date: Mon, 13 Apr 2020 17:14:11 -0600 Subject: [PATCH] v0.6.5, fix #35 --- Menus/GodMode.cs | 1 + build.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Menus/GodMode.cs b/Menus/GodMode.cs index c9860cf..2f5496b 100644 --- a/Menus/GodMode.cs +++ b/Menus/GodMode.cs @@ -54,6 +54,7 @@ public override void PreUpdate() { player.statLife = player.statLifeMax2; player.statMana = player.statManaMax2; + player.wingTime = player.wingTimeMax; } } } diff --git a/build.txt b/build.txt index d61c146..5fcae92 100644 --- a/build.txt +++ b/build.txt @@ -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\*