Merge branch 'master' of https://github.com/Regalis11/Barotrauma into develop

This commit is contained in:
EvilFactory
2025-07-01 17:55:43 -03:00
19 changed files with 110 additions and 34 deletions
@@ -461,7 +461,10 @@ namespace Barotrauma
Eos.EosAccount.LoginPlatformSpecific();
initialLoadingThread = new Thread(Load);
initialLoadingThread = new Thread(Load)
{
Name = "Load"
};
initialLoadingThread.Start();
}