Stop using MasterServerQuery in server browser

This commit is contained in:
Paul Chote
2011-05-10 14:01:26 +12:00
parent 2f9ec67510
commit b1a6eec3d3
2 changed files with 51 additions and 36 deletions

View File

@@ -19,7 +19,8 @@ using OpenRA.Widgets;
namespace OpenRA.Server
{
public static class MasterServerQuery
// TODO: This can die once ra is sane
public static class MasterServerQuery
{
public static event Action<GameServer[]> OnComplete = _ => { };
public static event Action<string> OnVersion = _ => { };