aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaelTheShifter <[email protected]>2016-06-26 13:18:32 -0400
committerMichaelTheShifter <[email protected]>2016-06-26 13:18:32 -0400
commit5916d35ac089542cbe03faa74838e62d2755faf5 (patch)
treef349eaf01366a668c1db9bd7d10bf6ef00db312b
parentd3ef5f2b9cc9ddf57df854bfc6f8777f6c33407c (diff)
downloadshiftos-c-_theultimatehacker-5916d35ac089542cbe03faa74838e62d2755faf5.tar.gz
shiftos-c-_theultimatehacker-5916d35ac089542cbe03faa74838e62d2755faf5.tar.bz2
shiftos-c-_theultimatehacker-5916d35ac089542cbe03faa74838e62d2755faf5.zip
Remove deadly infobox spam in network browser.
-rw-r--r--source/WindowsFormsApplication1/Online/Hacking/Matchmaker.cs1
1 files changed, 0 insertions, 1 deletions
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 @@ namespace ShiftOS.Online.Hacking
}
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;