decrease DEFAULT_ADMIN_LEVEL

pull/139/head
Aevann 2023-03-11 11:30:24 +02:00
parent c58872e3c6
commit e1252803aa
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ from .subscriptions import *
from .userblock import *
if SITE == 'devrama.net':
DEFAULT_ADMIN_LEVEL = 4
DEFAULT_ADMIN_LEVEL = 3
DEFAULT_COINS = 100000000
DEFAULT_MARSEYBUX = 100000000
else: