From ed028f0fae212a9c43cf627fba892db7831c5eff Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 14 Aug 2022 15:18:06 +0200 Subject: [PATCH] disable procoins again on WPD --- files/helpers/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index fc75bb607..96896a396 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -319,7 +319,7 @@ elif SITE == 'pcmemes.net': elif SITE == 'watchpeopledie.co': PERMS['HOLE_CREATE'] = 2 - FEATURES['PROCOINS'] = True + FEATURES['PROCOINS'] = False HOLE_NAME = 'flair' HOLE_STYLE_FLAIR = True