From db471771f73ddf48a5eb8b1646887619f5306fe5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 24 Dec 2020 17:40:34 -0300 Subject: make sure old server code is not included by accident on builds --- game/options.rpy | 1 + 1 file changed, 1 insertion(+) (limited to 'game') 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'. -- cgit v1.2.3-70-g09d2