Release 1.9.8.0 - Summer Update Hotfix 1

This commit is contained in:
Regalis11
2025-07-01 11:40:07 +03:00
parent fd34473640
commit 6661bb607b
18 changed files with 109 additions and 33 deletions
@@ -282,6 +282,8 @@ namespace Barotrauma
private static async Task<Consent> RequestAnswerFromRemoteDatabase()
{
await Task.Yield();
static void error(string reason, Exception? exception)
{
DebugConsole.ThrowError($"Error in {nameof(GameAnalyticsManager)}.{nameof(RequestAnswerFromRemoteDatabase)}: {reason}", exception);