Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed Jan 7, 2025
1 parent 3000c61 commit ec80a32
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Fika.Core/Coop/Utils/FikaBackendUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -214,12 +214,10 @@ internal static void AddPartyMembers(Dictionary<Profile, bool> profiles)
MatchmakerPlayerControllerClass controller = app.MatchmakerPlayerControllerClass;
if (controller != null)
{
//controller.GroupPlayers.Add(visualProfile);
MenuUI menuUi = Singleton<MenuUI>.Instance;
if (menuUi != null)
{
PartyInfoPanel panel = Traverse.Create(menuUi.MatchmakerTimeHasCome).Field<PartyInfoPanel>("_partyInfoPanel").Value;
//PartyPlayerItem playerItem = Traverse.Create(panel).Field<PartyPlayerItem>("_playerItemTemplate").Value;
panel.Close();
panel.Show(playerList, Profile, false);
return;
Expand Down

0 comments on commit ec80a32

Please sign in to comment.