forked from rDrama/rDrama
1
0
Fork 0

increase number of coins and mbux on devrama

master
Aevann 2022-12-27 06:32:01 +02:00
parent d607e57c92
commit f97be253e7
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@ from .userblock import *
if SITE == 'devrama.net':
DEFAULT_ADMIN_LEVEL = 3
DEFAULT_COINS = 10000000
DEFAULT_MARSEYBUX = 10000000
DEFAULT_COINS = 1000000000
DEFAULT_MARSEYBUX = 1000000000
else:
DEFAULT_ADMIN_LEVEL = 0
DEFAULT_COINS = 0