Skip to content

Commit

Permalink
add persistent
Browse files Browse the repository at this point in the history
  • Loading branch information
Bronya-Rand committed Feb 20, 2022
1 parent 9b7f65a commit 983f3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launcher/game/mmupdater.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ label mmupdater(silent=False):

for x in range(len(mmaker_json["assets"])):
if tuple(int(num) for num in config.version.split(".")) < tuple(int(num) for num in mmaker_json["tag_name"].split(".")) and build.directory_name.split("-")[0] == mmaker_json["assets"][x]["name"].split("-")[0]:
if not disable_mm_update:
if not persistent.disable_mm_update:
mmaker_update = True

if template_update or mmaker_update:
Expand Down

0 comments on commit 983f3ec

Please sign in to comment.