Remove direct access to MapPreview.Rules.
This commit is contained in:
@@ -530,7 +530,7 @@ namespace OpenRA.Traits
|
||||
[RequireExplicitImplementation]
|
||||
public interface ILobbyOptions : ITraitInfoInterface
|
||||
{
|
||||
IEnumerable<LobbyOption> LobbyOptions(Ruleset rules);
|
||||
IEnumerable<LobbyOption> LobbyOptions(MapPreview map);
|
||||
}
|
||||
|
||||
public class LobbyOption
|
||||
|
||||
Reference in New Issue
Block a user