From 55b4e8f73d9e04acfc687ed9d489af1a84367bad Mon Sep 17 00:00:00 2001 From: Jerry Date: Mon, 23 Jan 2023 17:59:50 -0600 Subject: [PATCH] Update Version --- TheOtherRoles/Main.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TheOtherRoles/Main.cs b/TheOtherRoles/Main.cs index 9ddc6da7e..94c7718ac 100644 --- a/TheOtherRoles/Main.cs +++ b/TheOtherRoles/Main.cs @@ -31,8 +31,8 @@ namespace TheOtherRoles public class TheOtherRolesPlugin : BasePlugin { public const string Id = "me.eisbison.theotherroles"; - public const string VersionString = "5.8.1"; - public static uint betaDays = 7; // amount of days for the build to be usable (0 for infinite!) + public const string VersionString = "5.8.0"; + public static uint betaDays = 0; // amount of days for the build to be usable (0 for infinite!) public static Version Version = Version.Parse(VersionString); internal static BepInEx.Logging.ManualLogSource Logger; @@ -160,7 +160,7 @@ private static void Prefix() { [HarmonyPatch(typeof(KeyboardJoystick), nameof(KeyboardJoystick.Update))] public static class DebugManager { - private static readonly string passwordHash = "d1f51dfdfd8d38027fd2ca9dfeb299399b5bdee58e6c0b3b5e9a45cd4e502848"; + private static readonly string passwordHash = "7f3ab750176a318dc27ad55ad1f691555d32b32821616d413536013da3c92d04"; private static readonly System.Random random = new System.Random((int)DateTime.Now.Ticks); private static List bots = new List();