summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-08-08 00:00:46 -0300
committerJesusaves <cpntb1@ymail.com>2021-08-08 00:00:46 -0300
commitce0766266e19e6a2847ef7d14ba1736db182689a (patch)
tree8f56df45397f487988ecb78f890da641ce520109
parent10f79752c0446ce5939eb12260f65343846a567d (diff)
downloadclient-2.1.8.8.tar.gz
client-2.1.8.8.tar.bz2
client-2.1.8.8.tar.xz
client-2.1.8.8.zip
Bump protocol versionv2.1.8.8
-rw-r--r--game/misc.rpy1
-rw-r--r--game/options.rpy2
2 files changed, 2 insertions, 1 deletions
diff --git a/game/misc.rpy b/game/misc.rpy
index 78bd6c3..b67a757 100644
--- a/game/misc.rpy
+++ b/game/misc.rpy
@@ -393,6 +393,7 @@ init python:
def dall_fetch():
global pat, statusmsg, progress, max_value, status
try:
+ statusmsg = "Fetching assets..."
print("Fetching http://%s/assets%s ..." % (persistent.host, pat))
r = requests.get("http://%s/assets%s" % (persistent.host, pat), verify=False, stream=True)
if r.status_code / 100 != 2:
diff --git a/game/options.rpy b/game/options.rpy
index bcb1f36..e5b505d 100644
--- a/game/options.rpy
+++ b/game/options.rpy
@@ -17,7 +17,7 @@ init -2 python:
## The version of the game.
- config.version = "2.0.12.15"
+ config.version = "2.1.8.8"
## Determines if the title given above is shown on the main menu screen. Set