warn about custom rules
This commit is contained in:
@@ -371,6 +371,9 @@ namespace OpenRA.Mods.Common.Server
|
||||
|
||||
server.SendMessage("{0} changed the map to {1}.".F(client.Name, server.Map.Title));
|
||||
|
||||
if (server.Map.RuleDefinitions.Any())
|
||||
server.SendMessage("This map contains custom rules. Game experience may change.");
|
||||
|
||||
return true;
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user