From 082e5097c415b501378d876664e15595a1463541 Mon Sep 17 00:00:00 2001 From: Soneliem Date: Mon, 23 Aug 2021 16:24:15 +0930 Subject: [PATCH] Remove unnecessary code --- WAIUA/Commands/APIConnection.cs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/WAIUA/Commands/APIConnection.cs b/WAIUA/Commands/APIConnection.cs index fa99df59..0e64d7e2 100644 --- a/WAIUA/Commands/APIConnection.cs +++ b/WAIUA/Commands/APIConnection.cs @@ -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; } @@ -336,7 +334,7 @@ public static void LiveMatchSetup() incognito[index] = true; } index++; - if (index == 10){ break; } + if (index == 10) { break; } } } PlayerNo = playerno; @@ -346,7 +344,6 @@ public static void LiveMatchSetup() LevelList = level; TitleList = title; IsIncognito = incognito; - System.Diagnostics.Debug.WriteLine(IsIncognito); } } catch (Exception e) @@ -357,7 +354,6 @@ public static void LiveMatchSetup() public static string[] LiveMatchOutput(int playerno) { - Parallel.Invoke( () => GetIGCUsername(playerno), () => GetAgentInfo(AgentList[playerno], playerno),