From f2ce88cb7f0547f4b83ca67a4252af75cbadb712 Mon Sep 17 00:00:00 2001 From: Dev Date: Fri, 24 May 2024 09:53:58 +0100 Subject: [PATCH] Corrected capitalization inconsistency for `com.SPT.singleplayer` --- 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 b41d1c5..468dbd9 100644 --- a/project/SPT.SinglePlayer/SPTSingleplayerPlugin.cs +++ b/project/SPT.SinglePlayer/SPTSingleplayerPlugin.cs @@ -11,7 +11,7 @@ using BepInEx; namespace SPT.SinglePlayer { - [BepInPlugin("com.spt.singleplayer", "spt.Singleplayer", SPTPluginInfo.PLUGIN_VERSION)] + [BepInPlugin("com.SPT.singleplayer", "spt.Singleplayer", SPTPluginInfo.PLUGIN_VERSION)] class SPTSingleplayerPlugin : BaseUnityPlugin { public void Awake()