make JoinServer public [at Gecko's request]
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user