diff --git a/Fika.Core/FikaPlugin.cs b/Fika.Core/FikaPlugin.cs index 6f6f1872..b60beb1b 100644 --- a/Fika.Core/FikaPlugin.cs +++ b/Fika.Core/FikaPlugin.cs @@ -44,7 +44,7 @@ namespace Fika.Core /// Originally by: Paulov
/// Re-written by: Lacyway /// - [BepInPlugin("com.fika.core", "Fika.Core", "1.0.0")] + [BepInPlugin("com.fika.core", "Fika.Core", "0.9.89")] [BepInProcess("EscapeFromTarkov.exe")] [BepInDependency("com.spt-aki.custom", BepInDependency.DependencyFlags.HardDependency)] // This is used so that we guarantee to load after aki-custom, that way we can disable its patches [BepInDependency("com.spt-aki.singleplayer", BepInDependency.DependencyFlags.HardDependency)] // This is used so that we guarantee to load after aki-singleplayer, that way we can disable its patches @@ -206,7 +206,7 @@ protected void Awake() new InventoryScroll_Patch().Enable(); new AbstractGame_InRaid_Patch().Enable(); #if GOLDMASTER - new TOSPatch().Enable(); + new TOS_Patch().Enable(); #endif DisableSPTPatches();