0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-13 09:50:43 -05:00

Corrected capitalization inconsistency for com.SPT.singleplayer

This commit is contained in:
Dev 2024-05-24 09:53:58 +01:00
parent d6dd573e88
commit f2ce88cb7f

View File

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