Remove remaining non-fluent server->client messages.

This commit is contained in:
Paul Chote
2025-11-03 10:40:06 +00:00
parent d69deba56f
commit bca1dd599d
2 changed files with 1 additions and 9 deletions

View File

@@ -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;
}