Remove remaining non-fluent server->client messages.
This commit is contained in:
@@ -328,7 +328,7 @@ namespace OpenRA.Mods.Common.Server
|
||||
|
||||
if (server.LobbyInfo.Slots.All(sl => server.LobbyInfo.ClientInSlot(sl.Key) == null))
|
||||
{
|
||||
server.SendOrderTo(conn, "Message", NoStartWithoutPlayers);
|
||||
server.SendFluentMessageTo(conn, NoStartWithoutPlayers);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user