Skip to content

Commit

Permalink
Update Main.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Digitalroot authored Jun 10, 2024
1 parent 3aad622 commit fb0931c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Digitalroot.Valheim.ChainManager/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace Digitalroot.Valheim.ChainManager
{
[BepInPlugin(Guid, Name, Version)]
[BepInDependency(Jotunn.Main.ModGuid, "2.12.4")]
[NetworkCompatibility(CompatibilityLevel.EveryoneMustHaveMod, VersionStrictness.Minor)]
[NetworkCompatibility(CompatibilityLevel.VersionCheckOnly, VersionStrictness.Minor)]
[SuppressMessage("ReSharper", "MemberCanBePrivate.Global")]
public partial class Main : BaseUnityPlugin, ITraceableLogging
{
Expand Down

0 comments on commit fb0931c

Please sign in to comment.