summaryrefslogtreecommitdiff
path: root/game/01_init.rpy
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-21 09:41:33 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-21 09:41:33 -0300
commited566094a41293407f0b2dd8025eeec4deb4ece8 (patch)
treed4989789de9855ff5ce6ff068afb531f2eee7e8d /game/01_init.rpy
parent3677497d7390f1b67d4f0f199a427619b3d5e271 (diff)
downloadclient-ed566094a41293407f0b2dd8025eeec4deb4ece8.tar.gz
client-ed566094a41293407f0b2dd8025eeec4deb4ece8.tar.bz2
client-ed566094a41293407f0b2dd8025eeec4deb4ece8.tar.xz
client-ed566094a41293407f0b2dd8025eeec4deb4ece8.zip
Remove the self calculation of AP timing, and have server handle it.
It no longer auto refreshes, though, as the timer was removed. Beware!
Diffstat (limited to 'game/01_init.rpy')
-rw-r--r--game/01_init.rpy3
1 files changed, 0 insertions, 3 deletions
diff --git a/game/01_init.rpy b/game/01_init.rpy
index 99f8587..58fe801 100644
--- a/game/01_init.rpy
+++ b/game/01_init.rpy
@@ -34,9 +34,6 @@ init -3 python:
if (PYTHON_VERSION < 2700 or PYTHON_VERSION > 3000):
raise Exception("WARNING: Python version is not 2.7\nStrange bugs may happen on your client.\n\nClick on \"Ignore\" to continue.\nClick on \"Quit\" to exit.")
- # Why setting this...?
- ApTimer=""
-
# Configuration
config.autoreload = False
config.save_on_mobile_background = False