diff --git a/vrcosc-magicchatbox/Classes/DataAndSecurity/UpdateApp.cs b/vrcosc-magicchatbox/Classes/DataAndSecurity/UpdateApp.cs index b9ac0e26..dbe0dc77 100644 --- a/vrcosc-magicchatbox/Classes/DataAndSecurity/UpdateApp.cs +++ b/vrcosc-magicchatbox/Classes/DataAndSecurity/UpdateApp.cs @@ -60,10 +60,8 @@ private void InitializePaths(bool createNewAppLocation) currentAppPath = appLocation["currentAppPath"].ToString(); // Check if the current app path matches the actual current app path - if (createNewAppLocation || !string.Equals(currentAppPath, actualCurrentAppPath, StringComparison.OrdinalIgnoreCase)) + if (createNewAppLocation) { - // The app has been moved to a new location - Logging.WriteInfo("The application has been moved. Updating app_location.json."); SetDefaultPaths(); SaveUpdateLocation(); }