Remove deadly infobox spam in network browser.

This commit is contained in:
MichaelTheShifter 2016-06-26 13:18:32 -04:00
parent d3ef5f2b9c
commit 5916d35ac0

View file

@ -85,7 +85,6 @@ public static void Matchmake(ServerInfo si)
} }
catch (Exception ex) 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; MakerTimer.Interval = 50;