diff -r 72c882c0fd0f -r e692c0348e74 project_files/HedgewarsMobile/Classes/EngineProtocolNetwork.m --- a/project_files/HedgewarsMobile/Classes/EngineProtocolNetwork.m Wed Oct 05 00:18:54 2011 +0200 +++ b/project_files/HedgewarsMobile/Classes/EngineProtocolNetwork.m Wed Oct 05 01:06:58 2011 +0200 @@ -288,6 +288,9 @@ NSString *script = [gameConfig objectForKey:@"mission_command"]; if ([script length] != 0) [self sendToEngine:script]; + // missions/tranings only need the script configuration set + if ([gameConfig count] == 1) + break; // seed info [self sendToEngine:[gameConfig objectForKey:@"seed_command"]];