Display map name first

This commit is contained in:
Gustas
2025-11-03 16:27:11 +02:00
committed by Paul Chote
parent bca1dd599d
commit 4aec67c0c6

View File

@@ -641,10 +641,10 @@ namespace OpenRA.Mods.Common.Server
server.LobbyInfo.DisabledSpawnPoints.Clear();
server.SyncLobbyInfo();
server.SendFluentMessage(ChangedMap, "player", client.Name, "map", server.Map.Title);
server.SyncLobbyInfo();
if ((server.LobbyInfo.GlobalSettings.MapStatus & Session.MapStatus.UnsafeCustomRules) != 0)
server.SendFluentMessage(CustomRules);