From a125b00eea6794626296aedb2d2f2c1c8011a992 Mon Sep 17 00:00:00 2001 From: jonbons Date: Sun, 15 Dec 2024 19:56:44 -0600 Subject: [PATCH] Updated references for new SPT dlls for v1.0.3 build --- JBTrackIR/JBTrackIR.csproj | 12 +++++++++--- JBTrackIR/Plugin.cs | 4 ++-- 2 files changed, 11 insertions(+), 5 deletions(-) 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;