Skirmish mode starts with a bot selected.
This commit is contained in:
@@ -199,6 +199,8 @@ namespace OpenRA.Widgets
|
||||
}
|
||||
return text;
|
||||
}
|
||||
|
||||
public static Action Once( Action a ) { return () => { if (a != null) { a(); a = null; } }; }
|
||||
}
|
||||
|
||||
[Flags]
|
||||
|
||||
Reference in New Issue
Block a user