Don't just swallow the web exception.
This commit is contained in:
committed by
abcdefg30
parent
3d73d5ef29
commit
6b3eee8481
@@ -367,9 +367,10 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
searchStatus = SearchStatus.Failed;
|
searchStatus = SearchStatus.Failed;
|
||||||
|
Log.Write("debug", $"Failed to query server list with exception: {e}");
|
||||||
}
|
}
|
||||||
|
|
||||||
var lanGames = new List<GameServer>();
|
var lanGames = new List<GameServer>();
|
||||||
|
|||||||
Reference in New Issue
Block a user