forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-05-26 20:37:10 +02:00
parent 1a8a6349ee
commit 64c3b489e3
1 changed files with 1 additions and 1 deletions

View File

@ -701,7 +701,7 @@ for k, val in AWARDS.items():
AWARDS3 = {}
for k, val in AWARDS2.items():
if val['price'] == 500: AWARDS3[k] = val
if val['price'] <= 500: AWARDS3[k] = val
DOUBLE_XP_ENABLED = -1 # set to unixtime for when DXP begins, -1 to disable