Fix master server respond not being localized.
This commit is contained in:
committed by
Paul Chote
parent
0dbd8264b8
commit
4c08e449e0
@@ -1,6 +1,6 @@
|
||||
#region Copyright & License Information
|
||||
/*
|
||||
* Copyright 2007-2021 The OpenRA Developers (see AUTHORS)
|
||||
* Copyright 2007-2022 The OpenRA Developers (see AUTHORS)
|
||||
* This file is part of OpenRA, which is free software. It is made
|
||||
* available to you under the terms of the GNU General Public License
|
||||
* as published by the Free Software Foundation, either version 3 of
|
||||
@@ -92,7 +92,7 @@ namespace OpenRA.Mods.Common.Server
|
||||
|
||||
lock (masterServerMessages)
|
||||
while (masterServerMessages.Count > 0)
|
||||
server.SendMessage(masterServerMessages.Dequeue());
|
||||
server.SendLocalizedMessage(masterServerMessages.Dequeue());
|
||||
}
|
||||
|
||||
void INotifyServerStart.ServerStarted(S server)
|
||||
|
||||
Reference in New Issue
Block a user