Skip to content

Commit 2897e65

Browse files
author
Conti
committed
added check for modbrowser
1 parent 45c8157 commit 2897e65

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ModBrowserUI.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ private static void AddButtons(OptionsMenu optionsMenu)
6565
}
6666
foreach(Mod mod in Main.mods)
6767
{
68+
if (mod.repoName == "ModBrowser") continue;
6869
var modheader = optionsMenu.AddHeader(0, $"{mod.displayRepoName} <size=5>(by {mod.displayUserName})</size>");
6970
optionsMenu.scrollable.AddRow(modheader);
7071
var buttonList = new Il2CppSystem.Collections.Generic.List<GameObject>();

0 commit comments

Comments
 (0)