Fix ingame ra <-> cnc transition.

Mod syntax change to "/mods mod[ mod...] map"
This commit is contained in:
Paul Chote
2010-04-09 19:08:54 +12:00
parent a683bddfea
commit 5c978df9a4
2 changed files with 5 additions and 2 deletions

View File

@@ -138,6 +138,8 @@ namespace OpenRA
Rules.LoadRules(manifest);
Timer.Time( "load rules: {0}" );
Game.packageChangePending = false;
LoadMap(manifest.ShellmapUid);
}
public static void ChangeMap(string mapName)