Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug when passing a non-numeric GAMEID
- Fixes a critical bug that would prevent proton fixes to be applied when the GAMEID is non-numeric (e.g., umu-default). An UnboundLocalError would occur in the boolean expression 'store != steam' because the store variable wouldn't be created when the previous branches were not satisfied
- Loading branch information