Skip to content

Commit

Permalink
Updated the ID for FikaPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
nexus4880 committed May 29, 2024
1 parent 4b6d303 commit e6f2b6b
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 @@ -46,7 +46,7 @@ namespace Fika.Core
/// Originally by: Paulov <br/>
/// Re-written by: Lacyway
/// </summary>
[BepInPlugin("com.fika.core", "Fika.Core", "0.9.8906")]
[BepInPlugin("com.project-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
Expand Down

0 comments on commit e6f2b6b

Please sign in to comment.