From 6fdc5997c4f615d58357690542fae79a0c545562 Mon Sep 17 00:00:00 2001 From: Lacyway <20912169+Lacyway@users.noreply.github.com> Date: Sun, 19 May 2024 15:39:41 +0200 Subject: [PATCH] Update plugin --- Fika.Core/FikaPlugin.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();