diff --git a/JBTrackIR/JBTrackIR.csproj b/JBTrackIR/JBTrackIR.csproj index 3d1967b..1429d08 100644 --- a/JBTrackIR/JBTrackIR.csproj +++ b/JBTrackIR/JBTrackIR.csproj @@ -23,15 +23,21 @@ ..\References\0Harmony.dll - - ..\References\Aki.Reflection.dll - ..\References\Assembly-CSharp.dll ..\References\BepInEx.dll + + ..\References\spt-common.dll + + + ..\References\spt-core.dll + + + ..\References\spt-reflection.dll + ..\References\TrackIRUnity.dll diff --git a/JBTrackIR/Plugin.cs b/JBTrackIR/Plugin.cs index e8a56d9..d2376f3 100644 --- a/JBTrackIR/Plugin.cs +++ b/JBTrackIR/Plugin.cs @@ -1,4 +1,4 @@ -using Aki.Reflection.Patching; +using SPT.Reflection.Patching; using BepInEx; using BepInEx.Configuration; using EFT; @@ -16,7 +16,7 @@ using UnityEngine; namespace JBTrackIR; -[BepInPlugin("com.jonbons.trackir", "JonBons.TrackIR", "1.0.2")] +[BepInPlugin("com.jonbons.trackir", "JonBons.TrackIR", "1.0.3")] public class Plugin : BaseUnityPlugin { static ConfigEntry tirRefresh;