Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
Soneliem committed Aug 23, 2021
1 parent fd51382 commit 082e509
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions WAIUA/Commands/APIConnection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ public static class APIConnection
public static string PUUID { get; set; }
public static string Matchid { get; set; }
public static string IGN { get; set; }
public static string INusername { get; set; }
public static string INpassword { get; set; }
public static string Port { get; set; }
public static string LPassword { get; set; }
public static string Protocol { get; set; }
Expand Down Expand Up @@ -336,7 +334,7 @@ public static void LiveMatchSetup()
incognito[index] = true;
}
index++;
if (index == 10){ break; }
if (index == 10) { break; }
}
}
PlayerNo = playerno;
Expand All @@ -346,7 +344,6 @@ public static void LiveMatchSetup()
LevelList = level;
TitleList = title;
IsIncognito = incognito;
System.Diagnostics.Debug.WriteLine(IsIncognito);
}
}
catch (Exception e)
Expand All @@ -357,7 +354,6 @@ public static void LiveMatchSetup()

public static string[] LiveMatchOutput(int playerno)
{

Parallel.Invoke(
() => GetIGCUsername(playerno),
() => GetAgentInfo(AgentList[playerno], playerno),
Expand Down

0 comments on commit 082e509

Please sign in to comment.