0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-13 03:10:45 -05:00

Small adjustment to fix loading SPT with the Unity Development Build

This commit is contained in:
Terkoiz 2023-11-13 12:10:44 +02:00 committed by Dev
parent cb00fd0c1f
commit 1f6a8d0f2e

View File

@ -11,7 +11,7 @@ namespace Aki.Custom
[BepInPlugin("com.spt-aki.custom", "AKI.Custom", AkiPluginInfo.PLUGIN_VERSION)]
class AkiCustomPlugin : BaseUnityPlugin
{
public AkiCustomPlugin()
public void Awake()
{
Logger.LogInfo("Loading: Aki.Custom");