Skip to content
Permalink
Browse files
scan_saved_game should use _save_name, not _extra_info.
  • Loading branch information
renpytom committed Dec 4, 2013
1 parent bc941d4 commit d936a9a28be66f1652007c86e670f908c06dfe0a
Showing 1 changed file with 1 addition and 1 deletion.
@@ -395,7 +395,7 @@ def scan_saved_game(slotname):
if json is None:
return None

extra_info = json.get("_extra_info", "")
extra_info = json.get("_save_name", "")

screenshot = c.get_screenshot()

0 comments on commit d936a9a

Please sign in to comment.