From: Mallöris <85371585+Mallaris@users.noreply.github.com> Date: Sun, 16 Jul 2023 13:22:08 +0000 (+0200) Subject: update X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=6f1489ba86d8c8fe4c8d89423636c43d86d33719;p=rhonda%2Ftheotherroles.git update --- diff --git a/TheOtherRoles/Patches/RoleAssignmentPatch.cs b/TheOtherRoles/Patches/RoleAssignmentPatch.cs index a403f0e..83e807e 100644 --- a/TheOtherRoles/Patches/RoleAssignmentPatch.cs +++ b/TheOtherRoles/Patches/RoleAssignmentPatch.cs @@ -28,7 +28,7 @@ namespace TheOtherRoles.Patches { __result = Mathf.Clamp(GameOptionsManager.Instance.CurrentGameOptions.NumImpostors, 1, 3); } } - } + } [HarmonyPatch(typeof(GameOptionsData), nameof(GameOptionsData.Validate))] class GameOptionsDataValidatePatch {