From 39ad62c23d917507c4a8912b071730abd2210a61 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 28 Jul 2022 10:26:36 -0300 Subject: Fix a Python3 bug on dl_search --- game/01_init.rpy | 1 - 1 file changed, 1 deletion(-) (limited to 'game/01_init.rpy') diff --git a/game/01_init.rpy b/game/01_init.rpy index 0b6eb48..4b7c596 100644 --- a/game/01_init.rpy +++ b/game/01_init.rpy @@ -30,7 +30,6 @@ init -3 python: # Ren'Py should come with Python 2.7.10 (2710), but just in case # After all, I only tested with 2.7.10, 2.7.13 and 2.7.15 - print(PYTHON_VERSION) if (PYTHON_VERSION < 2700): raise Exception("WARNING: Python version is too old\nStrange bugs may happen on your client.\n\nClick on \"Ignore\" to continue.\nClick on \"Quit\" to exit.") # From Python 3.6.x up to Python 3.9.x supported -- cgit v1.2.3-60-g2f50