From 3857bd4b5352ff994392c40672851d7036da97d0 Mon Sep 17 00:00:00 2001 From: Dev Date: Mon, 4 Nov 2024 08:54:51 +0000 Subject: [PATCH] Fixed caps issue --- project/SPT.SinglePlayer/SPTSingleplayerPlugin.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/SPT.SinglePlayer/SPTSingleplayerPlugin.cs b/project/SPT.SinglePlayer/SPTSingleplayerPlugin.cs index 3c1c143..55a8222 100644 --- a/project/SPT.SinglePlayer/SPTSingleplayerPlugin.cs +++ b/project/SPT.SinglePlayer/SPTSingleplayerPlugin.cs @@ -9,7 +9,7 @@ using SPT.SinglePlayer.Utils.MainMenu; namespace SPT.SinglePlayer { - [BepInPlugin("com.SPT.singleplayer", "spt.Singleplayer", SPTPluginInfo.PLUGIN_VERSION)] + [BepInPlugin("com.SPT.singleplayer", "SPT.Singleplayer", SPTPluginInfo.PLUGIN_VERSION)] public class SPTSingleplayerPlugin : BaseUnityPlugin { public void Awake()