Add banlist (Server.Ban settings item) support to game servers

This commit is contained in:
Igor Popov
2012-05-26 16:31:14 +04:00
committed by Chris Forbes
parent 1bb1e00a0d
commit 3f0fafb380
3 changed files with 22 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ namespace OpenRA.Network
{
public string ServerName;
public string Map;
public string[] Ban;
public string[] Mods = { "ra" }; // mod names
public int OrderLatency = 3;
public int RandomSeed = 0;