make Server.Server public so it works.
This commit is contained in:
@@ -23,7 +23,7 @@ using OpenRA.Network;
|
||||
|
||||
namespace OpenRA.Server
|
||||
{
|
||||
static class Server
|
||||
public static class Server
|
||||
{
|
||||
public static List<Connection> conns = new List<Connection>();
|
||||
static TcpListener listener = null;
|
||||
|
||||
Reference in New Issue
Block a user