Skip to content

Commit

Permalink
Update NSLGameScanner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
moraroy authored Dec 4, 2024
1 parent 89498f0 commit 2875707
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NSLGameScanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -1225,6 +1225,9 @@ def parse_battlenet_config(config_file_path):
if game_key == "prometheus":
print("Handling 'prometheus' as 'Pro'")
game_key = "Pro"
elif game_key == "fenris":
print("Handling 'fenris' as 'Fen'")
game_key = "Fen"

game_name = flavor_mapping.get(game_key, "unknown")

Expand Down

0 comments on commit 2875707

Please sign in to comment.