Add a name to the server thread
This commit is contained in:
committed by
Gustas Kažukauskas
parent
a514f3a388
commit
a62b085f1d
@@ -399,7 +399,7 @@ namespace OpenRA.Server
|
||||
|
||||
Conns.Clear();
|
||||
})
|
||||
{ IsBackground = true }.Start();
|
||||
{ IsBackground = true, Name = "ServerThread" }.Start();
|
||||
}
|
||||
|
||||
int nextPlayerIndex;
|
||||
|
||||
Reference in New Issue
Block a user