forked from rDrama/rDrama
1
0
Fork 0

increase DEFAULT_ADMIN_LEVEL from 3 to 5 on devrama

master
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 * from .userblock import *
if SITE == 'devrama.net': if SITE == 'devrama.net':
DEFAULT_ADMIN_LEVEL = 3 DEFAULT_ADMIN_LEVEL = 5
DEFAULT_COINS = 100000000 DEFAULT_COINS = 100000000
DEFAULT_MARSEYBUX = 100000000 DEFAULT_MARSEYBUX = 100000000
else: else: