Skip to content

Commit

Permalink
fix LobbyViewPanePatches.cs AGAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
XtraCube committed Sep 7, 2024
1 parent 41bedd3 commit 4fcfb2a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>

<VersionPrefix>0.1.6</VersionPrefix>
<VersionPrefix>0.1.7</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>

<Authors>All Of Us, XtraCube, Angxl</Authors>
Expand Down
5 changes: 0 additions & 5 deletions MiraAPI/Patches/Options/LobbyViewPanePatches.cs
Original file line number Diff line number Diff line change
Expand Up @@ -390,11 +390,6 @@ private static float SetUpAdvancedRoleViewPanel(

var value = option.GetFloatData();

if (baseGameSetting == null)
{
continue;
}

if (baseGameSetting.Type == OptionTypes.Checkbox)
{
viewSettingsInfoPanel.SetInfoCheckbox(baseGameSetting.Title, maskLayer, value > 0f);
Expand Down

0 comments on commit 4fcfb2a

Please sign in to comment.