diff options
Diffstat (limited to '')
-rw-r--r-- | src/base/UPlatformWindows.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/UPlatformWindows.pas b/src/base/UPlatformWindows.pas index 30bad264..8c4469cf 100644 --- a/src/base/UPlatformWindows.pas +++ b/src/base/UPlatformWindows.pas @@ -150,7 +150,7 @@ end; function TPlatformWindows.GetLogPath: IPath; begin - Result := GetExecutionDir(); + Result := GetGameUserPath; end; function TPlatformWindows.GetGameSharedPath: IPath; |