Fix master server respond not being localized.

This commit is contained in:
Matthias Mailänder
2022-04-22 18:51:22 +02:00
committed by Paul Chote
parent 0dbd8264b8
commit 4c08e449e0
2 changed files with 3 additions and 3 deletions

View File

@@ -930,7 +930,7 @@ namespace OpenRA.Server
DispatchServerOrdersToClients(Order.FromTargetString("Message", text, true));
if (Type == ServerType.Dedicated)
WriteLineWithTimeStamp(ModData.Translation.GetFormattedMessage(text));
WriteLineWithTimeStamp(text);
}
public void SendLocalizedMessage(string key, Dictionary<string, object> arguments = null)