mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-11-07 17:36:15 +00:00
added role , rank tag to spaz node
This commit is contained in:
parent
8d95248166
commit
14007f0b0e
11 changed files with 119 additions and 20 deletions
9
dist/ba_root/mods/setting.py
vendored
9
dist/ba_root/mods/setting.py
vendored
|
|
@ -22,12 +22,3 @@ def sendError(msg: str, ID: int = None):
|
|||
else:
|
||||
ba.screenmessage(msg, color=(1,0,0), transient=True)
|
||||
|
||||
def getStats():
|
||||
try:
|
||||
f = open(statsFile, 'r')
|
||||
a = json.loads(f.read())
|
||||
f.close()
|
||||
return a
|
||||
except:
|
||||
print("Stats not found")
|
||||
return {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue