Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dyang886 committed Jan 16, 2024
1 parent 1ee3bf3 commit 820b05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gamecheats.py
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ def translate_trainer(self, trainerName):
# =======================================================
# Special cases
if trainerName == "Bright.Memory.Episode.1 Trainer":
trainerName = "Bright Memory Episode 1 Trainer"
trainerName = "Bright Memory: Episode 1 Trainer"

trans_trainerName = trainerName
found_translation = False
Expand Down

0 comments on commit 820b05e

Please sign in to comment.