Fix master server respond not being localized.
This commit is contained in:
committed by
Paul Chote
parent
0dbd8264b8
commit
4c08e449e0
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user