Hotfix 0.15.22.1

This commit is contained in:
Markus Isberg
2021-12-17 02:41:06 +09:00
parent a864a98d4f
commit e2ce85884e
10 changed files with 34 additions and 21 deletions
@@ -476,7 +476,7 @@ namespace Barotrauma
DebugConsole.Log("Selected content packages: " + string.Join(", ", Config.AllEnabledPackages.Select(cp => cp.Name)));
}
#if !DEBUG
#if !DEBUG && !OSX
GameAnalyticsManager.InitIfConsented();
#endif