From: bavari Date: Sun, 6 Feb 2022 23:18:56 +0000 (+0100) Subject: Merge branch 'main' into v-3-4-3 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=ebdeed528a4a0ed56fa6425595f478dd4808f0f3;p=rhonda%2Ftheotherroles.git Merge branch 'main' into v-3-4-3 --- ebdeed528a4a0ed56fa6425595f478dd4808f0f3 diff --cc README.md index f515b05,2312abd..193364e --- a/README.md +++ b/README.md @@@ -98,19 -97,10 +98,22 @@@ The [Role Assignment](#role-assignment # Changelog
Click to show the Changelog + +**Version 3.4.3** +- Fixed a bug where "Guesser Is Impostor Chance" crashed the role system +- Fixed a bug where a sidekicked Hacker was stuck +- Fixed a bug where a sidekicked Security Guard was stuck +- Fixed a bug where a disabled Report Button triggered handcuffs +- Fixed a bug where the Evil Guesser spawn rate was not correct +- Changed that Cleaner & Vulture exlude each other +- Changed that the lighter/darker color indicator can be displayed as dead + +**Version 3.4.2** +- Fixed a game breaking bug + **Version 3.4.2** + - Fixed a game breaking bug + **Version 3.4.1** - Added a new mod option "Show Lighter/Darker" for meetings - Added options for choosing which maps are enabled for random maps thanks [EvilScum](https://github.com/JustASysAdmin) diff --cc TheOtherRoles/Main.cs index 055a567,3763690..1e442f4 --- a/TheOtherRoles/Main.cs +++ b/TheOtherRoles/Main.cs @@@ -21,7 -21,9 +21,8 @@@ namespace TheOtherRole public class TheOtherRolesPlugin : BasePlugin { public const string Id = "me.eisbison.theotherroles"; + - public const string VersionString = "3.4.2"; - + public const string VersionString = "3.4.3"; public static System.Version Version = System.Version.Parse(VersionString); internal static BepInEx.Logging.ManualLogSource Logger;