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