notify about difficulty level changes

This commit is contained in:
Matthias Mailänder
2014-08-03 14:20:09 +02:00
parent ed2e4eef17
commit 658ae241dc

View File

@@ -533,6 +533,8 @@ namespace OpenRA.Mods.RA.Server
server.LobbyInfo.GlobalSettings.Difficulty = s; server.LobbyInfo.GlobalSettings.Difficulty = s;
server.SyncLobbyGlobalSettings(); server.SyncLobbyGlobalSettings();
server.SendMessage("{0} changed difficulty to {1}.".F(client.Name, s));
return true; return true;
}}, }},
{ "startingunits", { "startingunits",