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 2a7e9d5 commit faa402c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Digitalroot.Valheim.EternalFire/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace Digitalroot.Valheim.EternalFire
{
[BepInPlugin(Guid, Name, Version)]
[BepInDependency(Jotunn.Main.ModGuid, "2.11.5")]
[NetworkCompatibility(CompatibilityLevel.ServerMustHaveMod, VersionStrictness.Minor)]
[NetworkCompatibility(CompatibilityLevel.VersionCheckOnly, VersionStrictness.Minor)]
[SuppressMessage("ReSharper", "MemberCanBePrivate.Global")]
public partial class Main : BaseUnityPlugin, ITraceableLogging
{
Expand Down

0 comments on commit faa402c

Please sign in to comment.