Localize dedicated server messages.

This commit is contained in:
Matthias Mailänder
2022-04-13 12:59:42 +02:00
committed by Pavel Penev
parent fe15748cc0
commit 99033ab016

View File

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