fix #1320 bogus use of Game.CosmeticRandom from server thread

This commit is contained in:
Chris Forbes
2012-01-07 19:09:51 +13:00
parent 1de3db0903
commit c169bc3c51
2 changed files with 4 additions and 3 deletions

View File

@@ -40,6 +40,7 @@ namespace OpenRA.Server
public readonly IPAddress Ip;
public readonly int Port;
int randomSeed;
public readonly Thirdparty.Random Random = new Thirdparty.Random();
public ServerSettings Settings;
public ModData ModData;