From 8e1c5e805ba323e80804060d22a8a9ddf79dbdbf Mon Sep 17 00:00:00 2001 From: Andy Janata Date: Tue, 23 Oct 2018 19:47:41 -0700 Subject: [PATCH] Disable inactive card sets by default. Not sure why this was enabled by default. Kind-of fixes #192. --- build.properties.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.properties.example b/build.properties.example index 2f77ca44..23994ac8 100644 --- a/build.properties.example +++ b/build.properties.example @@ -1,7 +1,7 @@ pyx.cookie_domain=.localhost pyx.max_users=100 pyx.max_games=25 -pyx.include_inactive_cardsets=true +pyx.include_inactive_cardsets=false pyx.broadcast_connects_and_disconnects=true pyx.global_chat_enabled=true pyx.game_chat_enabled=true