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() {