Release 1.9.8.0 - Summer Update Hotfix 1
This commit is contained in:
@@ -458,7 +458,10 @@ namespace Barotrauma
|
||||
|
||||
Eos.EosAccount.LoginPlatformSpecific();
|
||||
|
||||
initialLoadingThread = new Thread(Load);
|
||||
initialLoadingThread = new Thread(Load)
|
||||
{
|
||||
Name = "Load"
|
||||
};
|
||||
initialLoadingThread.Start();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user