mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-10-20 00:00:39 +00:00
Update bcs_plugin.py
This commit is contained in:
parent
9d2d44109c
commit
8a262fe86a
1 changed files with 1 additions and 1 deletions
2
dist/ba_root/mods/plugins/bcs_plugin.py
vendored
2
dist/ba_root/mods/plugins/bcs_plugin.py
vendored
|
|
@ -39,7 +39,7 @@ class BsDataThread(object):
|
||||||
print("stats reset is required , please clear out stats.json records , or download fresh stats.json from github")
|
print("stats reset is required , please clear out stats.json records , or download fresh stats.json from github")
|
||||||
import _ba
|
import _ba
|
||||||
_ba.quit()
|
_ba.quit()
|
||||||
entries.sort(reverse=True)
|
entries.sort(key=lambda x: x[1] or 0, reverse=True)
|
||||||
rank=0
|
rank=0
|
||||||
for entry in entries:
|
for entry in entries:
|
||||||
rank+=1
|
rank+=1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue