summaryrefslogtreecommitdiff
path: root/game
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-24 17:40:34 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-24 17:40:34 -0300
commitdb471771f73ddf48a5eb8b1646887619f5306fe5 (patch)
tree8a4460ad9103432f0546ab013411cd8f8744929d /game
parent60d5ae7645d13bcf0ffc69c9d2c77b35c4b60440 (diff)
downloadclient-db471771f73ddf48a5eb8b1646887619f5306fe5.tar.gz
client-db471771f73ddf48a5eb8b1646887619f5306fe5.tar.bz2
client-db471771f73ddf48a5eb8b1646887619f5306fe5.tar.xz
client-db471771f73ddf48a5eb8b1646887619f5306fe5.zip
make sure old server code is not included by accident on builds
Diffstat (limited to 'game')
-rw-r--r--game/options.rpy1
1 files changed, 1 insertions, 0 deletions
diff --git a/game/options.rpy b/game/options.rpy
index c034f7f..16b5c31 100644
--- a/game/options.rpy
+++ b/game/options.rpy
@@ -217,6 +217,7 @@ init python:
## These should not even exist, be sure!
build.classify('music.bak/**', None)
build.classify('backup.bak/**', None)
+ build.classify('old/**', None)
## To archive files, classify them as 'archive'.