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:
parent
d6dd573e88
commit
f2ce88cb7f
@ -11,7 +11,7 @@ using BepInEx;
|
|||||||
|
|
||||||
namespace SPT.SinglePlayer
|
namespace SPT.SinglePlayer
|
||||||
{
|
{
|
||||||
[BepInPlugin("com.spt.singleplayer", "spt.Singleplayer", SPTPluginInfo.PLUGIN_VERSION)]
|
[BepInPlugin("com.SPT.singleplayer", "spt.Singleplayer", SPTPluginInfo.PLUGIN_VERSION)]
|
||||||
class SPTSingleplayerPlugin : BaseUnityPlugin
|
class SPTSingleplayerPlugin : BaseUnityPlugin
|
||||||
{
|
{
|
||||||
public void Awake()
|
public void Awake()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user