[ThirdPerson] Fixed for Stable and Nightly, did some cleanup

- Adjusted the local player scaled event patch to work both on Stable and Nightly
This commit is contained in:
NotAKidoS 2025-07-15 21:02:03 -05:00
parent bf877124c1
commit e96a0e164d
4 changed files with 11 additions and 13 deletions

View file

@ -27,6 +27,6 @@ using System.Reflection;
namespace NAK.ThirdPerson.Properties;
internal static class AssemblyInfoParams
{
public const string Version = "1.1.1";
public const string Version = "1.1.2";
public const string Author = "Davi & NotAKidoS";
}