From e962a8880d093479f3e79dd698dc5b6f2c4c4a0e Mon Sep 17 00:00:00 2001 From: Rahul Sahani <110347707+Rahul-Sahani04@users.noreply.github.com> Date: Tue, 20 Jan 2026 11:57:23 +0530 Subject: [PATCH] Delete PR_DESCRIPTION.md --- PR_DESCRIPTION.md | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 PR_DESCRIPTION.md diff --git a/PR_DESCRIPTION.md b/PR_DESCRIPTION.md deleted file mode 100644 index 64398fd..0000000 --- a/PR_DESCRIPTION.md +++ /dev/null @@ -1,15 +0,0 @@ -Profile System & Mod Loading Fixes - -Added a full profile system and fixed a few critical mod loading issues. - -What changed - -Profiles — Implemented proper profile management (create, switch, delete). Each profile now has its own isolated mod list. - -Mod Isolation — Fixed ModManager so mods are strictly scoped to the active profile. Browsing and installing only affects the selected profile. - -Critical Fix — Fixed a path bug where mods were being saved to ~/AppData/Local on macOS (Windows path) instead of ~/Library/Application Support. Mods now save to the correct location and load correctly in-game. - -Stability — Added an auto-sync step before every launch to make sure the physical mods folder always matches the active profile. - -UI — Added a profile selector dropdown and a profile management modal. \ No newline at end of file