]> git.deb.at Git - rhonda/theotherroles.git/commitdiff
update
authorMallöris <85371585+Mallaris@users.noreply.github.com>
Sun, 16 Jul 2023 13:22:08 +0000 (15:22 +0200)
committerMallöris <85371585+Mallaris@users.noreply.github.com>
Sun, 16 Jul 2023 13:22:08 +0000 (15:22 +0200)
TheOtherRoles/Patches/RoleAssignmentPatch.cs

index a403f0ef983ff493aaa8b74b6f1bd01f977a6ee5..83e807ec36eb5217ab7dd99561c305cc9769cabc 100644 (file)
@@ -28,7 +28,7 @@ namespace TheOtherRoles.Patches {
                 __result = Mathf.Clamp(GameOptionsManager.Instance.CurrentGameOptions.NumImpostors, 1, 3);
             } 
         }
-    }
+    } 
 
     [HarmonyPatch(typeof(GameOptionsData), nameof(GameOptionsData.Validate))]
     class GameOptionsDataValidatePatch {