goatcorp / XIVLauncher.Core

Cross-platform version of XIVLauncher, optimized for Steam Deck
GNU General Public License v3.0
84 stars 35 forks source link

fix: only inject path if manual injection enabled #151

Open rankynbass opened 3 weeks ago

rankynbass commented 3 weeks ago

Fix a bug where the manual injection dalamud path was being used even if it was disabled. Basically, the CreateDalamudUpdater function didn't check DalamudManualInjectionEnabled before creating the updater, so as long as there was a valid path in DalamudManualInjectionPath it would use it. Fixes Issue #148