Skip to content

Commit

Permalink
Merge pull request #153 from MaxBosse/patch-1
Browse files Browse the repository at this point in the history
Fix Bethesda mod support
  • Loading branch information
GloriousEggroll authored Oct 23, 2024
2 parents f0ce760 + dc97d48 commit e100567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gamefixes-steam/22330.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def main_with_id(game_id: str) -> None:

# Run script extender if it exists.
mapping = get_redirect_name(game_id)
if os.path.isfile(mapping.from_name):
if os.path.isfile(mapping.to_name):
util.replace_command(mapping.from_name, mapping.to_name)


Expand Down

0 comments on commit e100567

Please sign in to comment.