Fixed GameAnalytics thread becoming active despite user statistics being disabled, causing the game to stay active in the background when quitting.
This commit is contained in:
@@ -349,7 +349,7 @@ namespace Barotrauma
|
||||
|
||||
cam.UpdateTransform();
|
||||
|
||||
GameAnalyticsSDK.Net.GameAnalytics.SetCustomDimension01("editor");
|
||||
if (GameSettings.SendUserStatistics) GameAnalyticsSDK.Net.GameAnalytics.SetCustomDimension01("editor");
|
||||
}
|
||||
|
||||
public override void Deselect()
|
||||
|
||||
Reference in New Issue
Block a user