From 93c01c88ba2234929f7cd7f1e4600c25a8575173 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 19 May 2021 15:41:08 -0300 Subject: Swap order on version request --- game/core.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/core.rpy b/game/core.rpy index 3b2f6f5..e47a89c 100644 --- a/game/core.rpy +++ b/game/core.rpy @@ -234,7 +234,7 @@ init -4 python: print("Auto-launch mode Enabled") AUTOLAUNCH = True elif (cmd == "version"): - print("%s %s v%s" % (config.name, "Mirror Lake", config.version)) + print("%s v%s %s" % (config.name, config.version, "Mirror Lake")) renpy.quit() elif (cmd == "help"): print("=========================================================") -- cgit v1.2.3-70-g09d2