Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

Commit

Permalink
Remove extra menu
Browse files Browse the repository at this point in the history
  • Loading branch information
loukylor committed Apr 11, 2021
1 parent 1a2d338 commit 0e7323b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PlayerList/MenuManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ public static void CreateSubMenus()
fontSizeLabel = new Label(playerListMenus[1].path, new Vector3(2, 1), "", "FontSizeLabel", resize: true);
EntryManager.SetFontSize(PlayerListConfig.fontSize.Value);

playerListMenus.Add(new SubMenu("UserInterface/QuickMenu", "PlayerListMenuPage3"));
//playerListMenus.Add(new SubMenu("UserInterface/QuickMenu", "PlayerListMenuPage3"));


// Initialize PlayerList Customization menu
Expand Down

0 comments on commit 0e7323b

Please sign in to comment.