summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--game/core.rpy2
1 files changed, 1 insertions, 1 deletions
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("=========================================================")