Skip to content

Commit

Permalink
disable unnecessary patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkroeg committed Jan 14, 2023
1 parent 8e8c051 commit e2f211f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions IRTweaks/IRTweaks/Modules/Misc/CheatDetection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ public static void Prefix(SGBarracksAdvancementPanel __instance, Pilot ___curPil
[HarmonyPatch(typeof(SGRoomController_Barracks), "LeaveRoom")]
public static class SGRoomController_Barracks_Close_Patch
{
static bool Prepare() => Mod.Config.CheatDetection.CheatDetection;
public static void Postfix(SGRoomController_Barracks __instance)
{
var sim = UnityGameInstance.BattleTechGame.Simulation;
Expand Down

0 comments on commit e2f211f

Please sign in to comment.