Skip to content

Commit

Permalink
Update constants.py
Browse files Browse the repository at this point in the history
  • Loading branch information
scottjsh committed Mar 31, 2024
1 parent cfe2b19 commit 3fbc077
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/constants.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import requests
from colr import color

version = "2.60"
version = "2.50"
enablePrivateLogging = True
hide_names = True
hide_levels = True
Expand Down Expand Up @@ -162,11 +162,11 @@
"skin": True,
"rr": True,
"peakrank": True,
"previousrank" : False,
"previousrank" : True,
"leaderboard": True,
"headshot_percent": True,
"winrate": True,
"kd": False,
"kd": True,
"level": True
},
"flags": {
Expand Down

0 comments on commit 3fbc077

Please sign in to comment.