From 580e6979057b9b5e23c98dcfaf74436480c92c4b Mon Sep 17 00:00:00 2001 From: Dev Date: Thu, 1 Aug 2024 17:33:29 +0100 Subject: [PATCH] Renamed Patch --- ...odeButtonPatch.cs => DisableGameModeAdjustButtonPatch.cs} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename project/SPT.Custom/Patches/{DisableGamemodeButtonPatch.cs => DisableGameModeAdjustButtonPatch.cs} (80%) diff --git a/project/SPT.Custom/Patches/DisableGamemodeButtonPatch.cs b/project/SPT.Custom/Patches/DisableGameModeAdjustButtonPatch.cs similarity index 80% rename from project/SPT.Custom/Patches/DisableGamemodeButtonPatch.cs rename to project/SPT.Custom/Patches/DisableGameModeAdjustButtonPatch.cs index cdb5453..64836a1 100644 --- a/project/SPT.Custom/Patches/DisableGamemodeButtonPatch.cs +++ b/project/SPT.Custom/Patches/DisableGameModeAdjustButtonPatch.cs @@ -7,7 +7,10 @@ using UnityEngine; namespace SPT.Custom.Patches { - public class DisableGamemodeButtonPatch : ModulePatch + /// + /// Remove ability to alter the game mode + /// + public class DisableGameModeAdjustButtonPatch : ModulePatch { protected override MethodBase GetTargetMethod() {