From 73720a07bee5ef4d679751c7fcdef815155c452a Mon Sep 17 00:00:00 2001 From: EvilFactory Date: Wed, 5 Oct 2022 12:57:16 -0300 Subject: [PATCH] Fix MacOS project compile error --- Barotrauma/BarotraumaShared/SharedSource/Utils/SaveUtil.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Barotrauma/BarotraumaShared/SharedSource/Utils/SaveUtil.cs b/Barotrauma/BarotraumaShared/SharedSource/Utils/SaveUtil.cs index 979a607b1..d00e02271 100644 --- a/Barotrauma/BarotraumaShared/SharedSource/Utils/SaveUtil.cs +++ b/Barotrauma/BarotraumaShared/SharedSource/Utils/SaveUtil.cs @@ -18,7 +18,7 @@ namespace Barotrauma #if OSX //"/*user*/Library/Application Support/Daedalic Entertainment GmbH/" on Mac - public static readonly string SaveFolder = Path.Combine( + public static string SaveFolder = Path.Combine( Environment.GetFolderPath(Environment.SpecialFolder.Personal), "Library", "Application Support",