Skip to content

Commit

Permalink
Remove BepInProcess check, fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHimself committed Feb 28, 2023
1 parent 114cfc4 commit 8d4613c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions XStorage/XStorage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ namespace XStorage
{
[BepInDependency(Jotunn.Main.ModGuid)]
[BepInPlugin(PluginGUID, PluginName, PluginVersion)]
[BepInProcess(PluginProcess)]
[NetworkCompatibility(CompatibilityLevel.EveryoneMustHaveMod, VersionStrictness.Patch)]
public class XStorage : BaseUnityPlugin
{
#region Plugin info
// This is *the* place to edit plugin details. Everywhere else will be generated based on this info.
public const string PluginProcess = "valheim.exe";
public const string PluginGUID = "yay.spikehimself.xstorage";
public const string PluginName = "XStorage";
public const string PluginVersion = "1.0.0";
Expand Down

0 comments on commit 8d4613c

Please sign in to comment.