From aa10ccbe3c62026eac64237e0fe5c361c251c404 Mon Sep 17 00:00:00 2001 From: dwd0tcom Date: Wed, 26 Jan 2022 20:45:20 +0100 Subject: [PATCH] Version 3.4.2 --- TheOtherRoles/CustomOptionHolder.cs | 2 +- TheOtherRoles/Main.cs | 2 +- TheOtherRoles/TheOtherRoles.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TheOtherRoles/CustomOptionHolder.cs b/TheOtherRoles/CustomOptionHolder.cs index 1089c27..c8491fc 100644 --- a/TheOtherRoles/CustomOptionHolder.cs +++ b/TheOtherRoles/CustomOptionHolder.cs @@ -332,7 +332,7 @@ namespace TheOtherRoles { jesterSpawnRate = CustomOption.Create(60, cs(Jester.color, "Jester"), rates, null, true); jesterCanCallEmergency = CustomOption.Create(61, "Jester Can Call Emergency Meeting", true, jesterSpawnRate); - jesterCanCallEmergency = CustomOption.Create(62, "Jester Has Impostor Vision", false, jesterSpawnRate); + jesterHasImpostorVision = CustomOption.Create(62, "Jester Has Impostor Vision", false, jesterSpawnRate); arsonistSpawnRate = CustomOption.Create(290, cs(Arsonist.color, "Arsonist"), rates, null, true); arsonistCooldown = CustomOption.Create(291, "Arsonist Cooldown", 12.5f, 2.5f, 60f, 2.5f, arsonistSpawnRate); diff --git a/TheOtherRoles/Main.cs b/TheOtherRoles/Main.cs index f312ba7..25aa984 100644 --- a/TheOtherRoles/Main.cs +++ b/TheOtherRoles/Main.cs @@ -21,7 +21,7 @@ namespace TheOtherRoles public class TheOtherRolesPlugin : BasePlugin { public const string Id = "me.eisbison.theotherroles"; - public const string VersionString = "3.4.1"; + public const string VersionString = "3.4.2"; public static System.Version Version = System.Version.Parse(VersionString); internal static BepInEx.Logging.ManualLogSource Logger; diff --git a/TheOtherRoles/TheOtherRoles.csproj b/TheOtherRoles/TheOtherRoles.csproj index a7c3121..53c8020 100644 --- a/TheOtherRoles/TheOtherRoles.csproj +++ b/TheOtherRoles/TheOtherRoles.csproj @@ -1,7 +1,7 @@ netstandard2.1 - 3.4.1 + 3.4.2 TheOtherRoles Eisbison -- 2.39.5