diff options
-rw-r--r-- | game/client.rpy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/client.rpy b/game/client.rpy index 2869375..30665ed 100644 --- a/game/client.rpy +++ b/game/client.rpy @@ -98,7 +98,7 @@ init 2 python: ######################################################################## ## Loop - statusmsg="" + statusmsg=_("You can minimize this window now.\n\nWorld selection list will be shown once you quit the current world.") # If cutscene, wait while SCR_CUTIN != "": sdelay(0.2) |