increase DEFAULT_ADMIN_LEVEL from 3 to 5 on devrama

pull/92/head
Aevann 2023-01-23 07:40:01 +02:00
parent 0126bb9729
commit 4f0b771983
1 changed files with 1 additions and 1 deletions

View File

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