]> git.deb.at Git - rhonda/theotherroles.git/commitdiff
Merge branch 'main' into v-3-4-3
authorbavari <info@dominikwierl.com>
Sun, 6 Feb 2022 23:18:56 +0000 (00:18 +0100)
committerGitHub <noreply@github.com>
Sun, 6 Feb 2022 23:18:56 +0000 (00:18 +0100)
1  2 
README.md
TheOtherRoles/Main.cs

diff --cc README.md
index f515b05431b5161353a2e4c13ba258e715125ee7,2312abd775ebbff9574f757455f1930161962126..193364ef992ad02348f7d07862fdbee7f9f5c672
+++ b/README.md
@@@ -98,19 -97,10 +98,22 @@@ The [Role Assignment](#role-assignment
  # Changelog
  <details>
    <summary>Click to show the Changelog</summary>
 +
 +**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)
index 055a56789971f0a29b465da252bee0054daeef69,3763690c1f23140f73bb5646c30131257aa3b60a..1e442f43cc0f399ce563d56a41bd086410decee2
@@@ -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;