(3a5d98b) v0.9.6.0
This commit is contained in:
@@ -318,6 +318,8 @@ namespace Barotrauma
|
||||
|
||||
private void InitUserStats()
|
||||
{
|
||||
return;
|
||||
|
||||
if (GameSettings.ShowUserStatisticsPrompt)
|
||||
{
|
||||
if (TextManager.ContainsTag("statisticspromptheader") && TextManager.ContainsTag("statisticsprompttext"))
|
||||
@@ -404,14 +406,18 @@ namespace Barotrauma
|
||||
GUI.Init(Window, Config.SelectedContentPackages, GraphicsDevice);
|
||||
DebugConsole.Init();
|
||||
|
||||
if (Config.AutoUpdateWorkshopItems)
|
||||
CrossThread.RequestExecutionOnMainThread(() =>
|
||||
{
|
||||
if (SteamManager.AutoUpdateWorkshopItems())
|
||||
if (Config.AutoUpdateWorkshopItems)
|
||||
{
|
||||
ContentPackage.LoadAll();
|
||||
Config.ReloadContentPackages();
|
||||
if (SteamManager.AutoUpdateWorkshopItems())
|
||||
{
|
||||
ContentPackage.LoadAll();
|
||||
Config.ReloadContentPackages();
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
if (SelectedPackages.None())
|
||||
{
|
||||
@@ -844,6 +850,8 @@ namespace Barotrauma
|
||||
|
||||
SteamManager.Update((float)Timing.Step);
|
||||
|
||||
TaskPool.Update();
|
||||
|
||||
SoundManager?.Update();
|
||||
|
||||
Timing.Accumulator -= Timing.Step;
|
||||
|
||||
Reference in New Issue
Block a user