more reasonable message when map was not found on server
This commit is contained in:
@@ -263,7 +263,7 @@ namespace OpenRA.Mods.RA.Server
|
|||||||
|
|
||||||
if (!server.ModData.AvailableMaps.ContainsKey(s))
|
if (!server.ModData.AvailableMaps.ContainsKey(s))
|
||||||
{
|
{
|
||||||
server.SendOrderTo(conn, "Message", "Map not found");
|
server.SendOrderTo(conn, "Message", "Map was not found on server");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
server.LobbyInfo.GlobalSettings.Map = s;
|
server.LobbyInfo.GlobalSettings.Map = s;
|
||||||
|
|||||||
Reference in New Issue
Block a user