summaryrefslogtreecommitdiff
path: root/game/client.rpy
diff options
context:
space:
mode:
Diffstat (limited to 'game/client.rpy')
-rw-r--r--game/client.rpy2
1 files changed, 2 insertions, 0 deletions
diff --git a/game/client.rpy b/game/client.rpy
index f9be113..7aebf70 100644
--- a/game/client.rpy
+++ b/game/client.rpy
@@ -225,10 +225,12 @@ init 2 python:
shutil.rmtree(get_path("manaplus"))
if not silent:
renpy.notify("Files are outdated!")
+ stdout("Client is outdated.")
return False
else:
if not silent:
renpy.notify("All files up to date!")
+ stdout("All files are up to date.")
return True
except:
traceback.print_exc()