make JoinServer public [at Gecko's request]

This commit is contained in:
Chris Forbes
2010-11-07 08:41:16 +13:00
parent 8a96c5f7b5
commit a265d11a5f

View File

@@ -49,7 +49,7 @@ namespace OpenRA
viewport.Center(loc);
}
internal static void JoinServer(string host, int port)
public static void JoinServer(string host, int port)
{
if (orderManager != null) orderManager.Dispose();