Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Update Version
Browse files Browse the repository at this point in the history
  • Loading branch information
ismywb committed Jan 23, 2023
1 parent cd9bf1f commit 55b4e8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TheOtherRoles/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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<PlayerControl> bots = new List<PlayerControl>();

Expand Down

0 comments on commit 55b4e8f

Please sign in to comment.