Skip to content

Commit

Permalink
Update plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed May 19, 2024
1 parent 5923b5e commit 6fdc599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Fika.Core/FikaPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ namespace Fika.Core
/// Originally by: Paulov <br/>
/// Re-written by: Lacyway
/// </summary>
[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
Expand Down Expand Up @@ -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();
Expand Down

0 comments on commit 6fdc599

Please sign in to comment.