From 9f1c2d6db08fe438f9a89d1ebb455962ba9bfdcd Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 1 Sep 2023 11:31:24 +0300 Subject: [PATCH] disallow devrama users from starting orgies --- files/helpers/config/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index e1453c66c8..1944dc3c6e 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -840,6 +840,7 @@ elif SITE == 'devrama.net': FEATURES['HOUSES'] = True FEATURES['USERS_PERMANENT_WORD_FILTERS'] = True PERMS["SITE_SETTINGS"] = 4 + PERMS["ORGIES"] = 4 else: # localhost or testing environment implied FEATURES['ASSET_SUBMISSIONS'] = True FEATURES['PRONOUNS'] = True