mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-11-07 17:36:15 +00:00
more bug fix and security update
This commit is contained in:
parent
e40f147121
commit
6216752a83
23 changed files with 123 additions and 146 deletions
2
dist/ba_root/mods/tools/ServerUpdate.py
vendored
2
dist/ba_root/mods/tools/ServerUpdate.py
vendored
|
|
@ -80,7 +80,7 @@ def fetchChangelogs():
|
|||
|
||||
def checkChangelog():
|
||||
changelog = fetchChangelogs()
|
||||
if changelog == None:
|
||||
if changelog is None:
|
||||
print(
|
||||
f'{Clr.BRED} UNABLE TO CHECK UPDATES , CHECK MANUALLY FROM URL {Clr.RST}',
|
||||
flush=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue