summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--game/options.rpy2
1 files changed, 2 insertions, 0 deletions
diff --git a/game/options.rpy b/game/options.rpy
index 605161f..0e90cc4 100644
--- a/game/options.rpy
+++ b/game/options.rpy
@@ -209,6 +209,8 @@ init python:
build.classify('**.json', None)
build.classify('**.diff', None)
build.classify('**/editor*', None)
+ build.classify('game/tl/login.txt', None)
+ build.classify('game/tl/password.txt', None)
build.classify('game/cache/**', None)
build.classify('game/saves/**', None)
build.classify('game/extra/**.png', None)