forked from rDrama/rDrama
1
0
Fork 0

reduce devrama starter amount by one zero

master
Aevann 2022-12-27 11:33:31 +02:00
parent 9bf8d7cd9a
commit 21a8e6570b
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 = 1000000000
DEFAULT_MARSEYBUX = 1000000000
DEFAULT_COINS = 100000000
DEFAULT_MARSEYBUX = 100000000
else:
DEFAULT_ADMIN_LEVEL = 0
DEFAULT_COINS = 0