From 1812481b333a32ce2a6deaf45d1e1e25260bdb9d Mon Sep 17 00:00:00 2001 From: LoafyLemon Date: Sun, 29 May 2022 22:41:50 +0100 Subject: [PATCH] Hotfix --- game/scripts/utility/updater.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/scripts/utility/updater.rpy b/game/scripts/utility/updater.rpy index 9d93a511..a9b8bb04 100644 --- a/game/scripts/utility/updater.rpy +++ b/game/scripts/utility/updater.rpy @@ -75,7 +75,7 @@ init python: def check_for_updates(interval=3600*6): global new_version - new_version = updater.UpdateVersion(UPDATE_URL, simulate="not_available", check_interval=interval) + new_version = updater.UpdateVersion(UPDATE_URL, simulate="available", check_interval=interval) def fetch_update_logo(url): if not (updater.can_update() or config.developer) or new_version is None: