Add a name to the server thread

This commit is contained in:
Gustas
2025-11-03 16:55:46 +02:00
committed by Gustas Kažukauskas
parent a514f3a388
commit a62b085f1d

View File

@@ -399,7 +399,7 @@ namespace OpenRA.Server
Conns.Clear();
})
{ IsBackground = true }.Start();
{ IsBackground = true, Name = "ServerThread" }.Start();
}
int nextPlayerIndex;