Skip to content

Commit

Permalink
Merge pull request #58 from CWXDEV/DepFix
Browse files Browse the repository at this point in the history
Fix Dep from spt to SPT
  • Loading branch information
Lacyway authored May 25, 2024
2 parents 6639468 + bf4bdfe commit 6af02b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fika.Core/FikaPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ namespace Fika.Core
[BepInPlugin("com.fika.core", "Fika.Core", "0.9.8906")]
[BepInProcess("EscapeFromTarkov.exe")]
[BepInDependency("com.SPT.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.singleplayer", BepInDependency.DependencyFlags.HardDependency)] // This is used so that we guarantee to load after aki-singleplayer, that way we can disable its patches
[BepInDependency("com.SPT.singleplayer", BepInDependency.DependencyFlags.HardDependency)] // This is used so that we guarantee to load after aki-singleplayer, that way we can disable its patches
[BepInDependency("com.SPT.core", 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.debugging", BepInDependency.DependencyFlags.HardDependency)] // This is used so that we guarantee to load after aki-custom, that way we can disable its patches
public class FikaPlugin : BaseUnityPlugin
Expand Down

0 comments on commit 6af02b8

Please sign in to comment.