init is ignored when early is used

This commit is contained in:
Gouvernathor 2023-11-11 21:02:58 +01:00 committed by LoafyLemon
parent a1e4f05998
commit 8286be4a50

View File

@ -1,4 +1,4 @@
init -999 python early: python early:
if renpy.version_tuple < (7,5,3,22090809): 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.") 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.")