diff --git a/SinZational Several Spouse Spots/ModEntry.cs b/SinZational Several Spouse Spots/ModEntry.cs index 78b5c92..087398e 100644 --- a/SinZational Several Spouse Spots/ModEntry.cs +++ b/SinZational Several Spouse Spots/ModEntry.cs @@ -86,8 +86,8 @@ public void RecalculateSpousePatioAllocations() SpousePatioAllocations[spouse] = patio; } // Force Farm to be reloaded - Monitor.Log("Invalidating Farm: " + Game1.getFarm().Map.assetPath); - Helper.GameContent.InvalidateCache(Game1.getFarm().Map.assetPath); + Monitor.Log("Invalidating Farm: " + Game1.getFarm().mapPath.Value); + Helper.GameContent.InvalidateCache(Game1.getFarm().mapPath.Value); } public void ApplyMapModifications() diff --git a/SinZational Several Spouse Spots/SinZational Several Spouse Spots.csproj b/SinZational Several Spouse Spots/SinZational Several Spouse Spots.csproj index 3b4cdbb..88c820a 100644 --- a/SinZational Several Spouse Spots/SinZational Several Spouse Spots.csproj +++ b/SinZational Several Spouse Spots/SinZational Several Spouse Spots.csproj @@ -7,7 +7,7 @@ SinZational Several Spouse Spots SinZ - 1.1.0 + 1.1.1 A mod that implements multiplayer spouse patios SinZ.SeveralSpouseSpots 4.0 diff --git a/SinZational Shared Spaces/SinZational Shared Spaces.csproj b/SinZational Shared Spaces/SinZational Shared Spaces.csproj index fa022a5..1f8027d 100644 --- a/SinZational Shared Spaces/SinZational Shared Spaces.csproj +++ b/SinZational Shared Spaces/SinZational Shared Spaces.csproj @@ -9,7 +9,7 @@ SinZational Shared Spaces SinZ - 1.0.2 + 1.0.3 A mod that implements multiplayer stacked cabins SinZ.SharedSpaces 4.0