Skip to content

Commit

Permalink
Fixes for SN 71288 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Metious committed Apr 4, 2023
1 parent 6f598ff commit 9ffe88b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SMLHelper/Options/ModOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ public abstract class ModOptionAdjust : MonoBehaviour
/// </summary>
public void Awake()
{
isMainMenu = gameObject.GetComponentInParent<MainMenuOptions>() != null;
isMainMenu = gameObject.GetComponentInParent<uGUI_MainMenu>() != null;
}

// we add ContentSizeFitter component to text label so it will change width in its Update() based on text
Expand Down
2 changes: 1 addition & 1 deletion common.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Condition="'$(Configuration)'=='SN.STABLE'">
<PackageReference Include="Subnautica.GameLibs" Version="71137.0.0.1-r.0" />
<PackageReference Include="Subnautica.GameLibs" Version="71288.0.0-r.0" />
</ItemGroup>
<ItemGroup Condition="'$(Configuration)'=='BZ.STABLE'">
<PackageReference Include="Subnautica.BelowZero.GameLibs" Version="49371.0.0.1-r.0" />
Expand Down

0 comments on commit 9ffe88b

Please sign in to comment.