Skip to content

Commit

Permalink
fix for valheim 0.219.14 - bog witch
Browse files Browse the repository at this point in the history
  • Loading branch information
Mydayyy committed Nov 16, 2024
1 parent b6c3447 commit 9f10843
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ServerSideMap/SaveWorld.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public static void GenerateDefaultExploredFile(ZNet __instance)
// ReSharper disable once RedundantCast
ExplorationDatabase.SetMapData(ExplorationDatabase.Default());
Utility.Log("new explore file generated");
__instance.Save(true, false);
__instance.Save(true, false, false);
return;
}

Expand Down
2 changes: 1 addition & 1 deletion ServerSideMap/ServerSideMap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace ServerSideMap
{
[BepInPlugin("eu.mydayyy.plugins.serversidemap", "ServerSideMap", "1.3.11.0")]
[BepInPlugin("eu.mydayyy.plugins.serversidemap", "ServerSideMap", "1.3.12.0")]
public class ServerSideMap : BaseUnityPlugin
{
void Awake()
Expand Down
2 changes: 1 addition & 1 deletion ServerSideMap/ServerSideMap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ServerSideMap</RootNamespace>
<AssemblyName>ServerSideMap</AssemblyName>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<LangVersion>8</LangVersion>
</PropertyGroup>
Expand Down

0 comments on commit 9f10843

Please sign in to comment.