mirror of
https://github.com/seriocomedy/ShiftOS-C-.git
synced 2025-01-22 17:22:14 +00:00
Remove deadly infobox spam in network browser.
This commit is contained in:
parent
d3ef5f2b9c
commit
5916d35ac0
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue