From 6f1489ba86d8c8fe4c8d89423636c43d86d33719 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mall=C3=B6ris?= <85371585+Mallaris@users.noreply.github.com> Date: Sun, 16 Jul 2023 15:22:08 +0200 Subject: [PATCH] update --- TheOtherRoles/Patches/RoleAssignmentPatch.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.5