From 5916d35ac089542cbe03faa74838e62d2755faf5 Mon Sep 17 00:00:00 2001 From: MichaelTheShifter Date: Sun, 26 Jun 2016 13:18:32 -0400 Subject: [PATCH] Remove deadly infobox spam in network browser. --- source/WindowsFormsApplication1/Online/Hacking/Matchmaker.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/source/WindowsFormsApplication1/Online/Hacking/Matchmaker.cs b/source/WindowsFormsApplication1/Online/Hacking/Matchmaker.cs index 733d060..c5755e8 100644 --- a/source/WindowsFormsApplication1/Online/Hacking/Matchmaker.cs +++ b/source/WindowsFormsApplication1/Online/Hacking/Matchmaker.cs @@ -85,7 +85,6 @@ public static void Matchmake(ServerInfo si) } catch (Exception ex) { - invoke(() => { API.CreateInfoboxSession("Cannot make a match.", "Network Browser had trouble making a match with another network. Error: " + ex.Message, infobox.InfoboxMode.Info); }); } }; MakerTimer.Interval = 50;