Persist skirmish settings between sessions.

This commit is contained in:
Paul Chote
2023-11-12 18:26:17 +00:00
committed by Gustas
parent bdef619803
commit 2faae285db
2 changed files with 143 additions and 3 deletions

View File

@@ -1410,7 +1410,7 @@ namespace OpenRA.Mods.Common.Server
}
}
static Color SanitizePlayerColor(S server, Color askedColor, int playerIndex, Connection connectionToEcho = null)
public static Color SanitizePlayerColor(S server, Color askedColor, int playerIndex, Connection connectionToEcho = null)
{
lock (server.LobbyInfo)
{