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 39af506 commit 41fd830
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Digitalroot.Valheim.MisophoniaFriendly/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ namespace Digitalroot.Valheim.MisophoniaFriendly
{
[BepInPlugin(Guid, Name, Version)]
[BepInDependency(Jotunn.Main.ModGuid)]
[NetworkCompatibility(CompatibilityLevel.NotEnforced, VersionStrictness.Minor)]
public partial class Main : BaseUnityPlugin, ITraceableLogging
{
public static Main Instance;
Expand Down

0 comments on commit 41fd830

Please sign in to comment.