From 8286be4a50df1a7e5a2b61329e351d3ba8a80038 Mon Sep 17 00:00:00 2001 From: Gouvernathor <44340603+Gouvernathor@users.noreply.github.com> Date: Sat, 11 Nov 2023 21:02:58 +0100 Subject: [PATCH] init is ignored when early is used --- game/scripts/utility/devtools.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/scripts/utility/devtools.rpy b/game/scripts/utility/devtools.rpy index fb1102e2..cefccce1 100644 --- a/game/scripts/utility/devtools.rpy +++ b/game/scripts/utility/devtools.rpy @@ -1,4 +1,4 @@ -init -999 python early: +python early: if renpy.version_tuple < (7,5,3,22090809): raise RuntimeWarning("Your Ren'Py launcher is outdated, the current minimal requirement is 7.5.3.22090809+\nPlease perform an update and try launching the game again.")