make Server.Server public so it works.

This commit is contained in:
Chris Forbes
2010-11-10 11:28:06 +13:00
parent dfa14f16d3
commit caae95f12e

View File

@@ -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;