remove addpkg crap from server, since we don't use it.

This commit is contained in:
Chris Forbes
2010-07-13 19:59:06 +12:00
committed by Paul Chote
parent 3e0f850309
commit 65d2a5bb3c
2 changed files with 0 additions and 21 deletions

View File

@@ -31,7 +31,6 @@ namespace OpenRA.FileFormats
public enum ClientState
{
NotReady,
Downloading,
Ready
}
@@ -49,7 +48,6 @@ namespace OpenRA.FileFormats
public class Global
{
public string Map;
public string[] Packages = {}; // filename:sha1 pairs.
public string[] Mods = { "ra" }; // mod names
public int OrderLatency = 3;
public int RandomSeed = 0;