mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 06:30:43 -05:00
Small adjustment to fix loading SPT with the Unity Development Build
This commit is contained in:
parent
2c76bb1b53
commit
43d7e49d93
@ -11,7 +11,7 @@ namespace Aki.Custom
|
|||||||
[BepInPlugin("com.spt-aki.custom", "AKI.Custom", AkiPluginInfo.PLUGIN_VERSION)]
|
[BepInPlugin("com.spt-aki.custom", "AKI.Custom", AkiPluginInfo.PLUGIN_VERSION)]
|
||||||
class AkiCustomPlugin : BaseUnityPlugin
|
class AkiCustomPlugin : BaseUnityPlugin
|
||||||
{
|
{
|
||||||
public AkiCustomPlugin()
|
public void Awake()
|
||||||
{
|
{
|
||||||
Logger.LogInfo("Loading: Aki.Custom");
|
Logger.LogInfo("Loading: Aki.Custom");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user