mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-11-14 17:46:03 +00:00
updated changelogs
This commit is contained in:
parent
66df21cd2e
commit
29ad2097e3
4 changed files with 19 additions and 154 deletions
6
dist/ba_root/mods/tools/ServerUpdate.py
vendored
6
dist/ba_root/mods/tools/ServerUpdate.py
vendored
|
|
@ -4,7 +4,7 @@ import _thread
|
|||
import urllib.request
|
||||
from efro.terminal import Clr
|
||||
import json
|
||||
VERSION=69
|
||||
VERSION=71
|
||||
|
||||
def check():
|
||||
_thread.start_new_thread(updateProfilesJson,())
|
||||
|
|
@ -25,7 +25,7 @@ def updateProfilesJson():
|
|||
|
||||
def fetchChangelogs():
|
||||
url="https://raw.githubusercontent.com/imayushsaini/Bombsquad-Ballistica-Modded-Server/public-server/dist/ba_root/mods/changelogs.json"
|
||||
|
||||
|
||||
if 2*2==4:
|
||||
try:
|
||||
data=urllib.request.urlopen(url)
|
||||
|
|
@ -58,7 +58,7 @@ def checkChangelog():
|
|||
msg=changelog[log]["log"]
|
||||
print(f'{Clr.MAG} {msg} {Clr.RST}',flush=True)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue