From 658ae241dc20ec2ded65db9f4037035a247dcf77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 3 Aug 2014 14:20:09 +0200 Subject: [PATCH] notify about difficulty level changes --- OpenRA.Mods.RA/ServerTraits/LobbyCommands.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OpenRA.Mods.RA/ServerTraits/LobbyCommands.cs b/OpenRA.Mods.RA/ServerTraits/LobbyCommands.cs index ad4cf05546..885a499c6c 100644 --- a/OpenRA.Mods.RA/ServerTraits/LobbyCommands.cs +++ b/OpenRA.Mods.RA/ServerTraits/LobbyCommands.cs @@ -533,6 +533,8 @@ namespace OpenRA.Mods.RA.Server server.LobbyInfo.GlobalSettings.Difficulty = s; server.SyncLobbyGlobalSettings(); + server.SendMessage("{0} changed difficulty to {1}.".F(client.Name, s)); + return true; }}, { "startingunits",