diff --git a/OpenRA.Game/Platform.cs b/OpenRA.Game/Platform.cs index e5d1360342..7b8b1e39b6 100644 --- a/OpenRA.Game/Platform.cs +++ b/OpenRA.Game/Platform.cs @@ -204,7 +204,7 @@ namespace OpenRA default: { modernUserSupportPath = legacyUserSupportPath = - Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.Personal), ".openra") + Path.DirectorySeparatorChar; + Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), ".openra") + Path.DirectorySeparatorChar; systemSupportPath = "/var/games/openra/"; break; }