mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-11-14 17:46:03 +00:00
push update
This commit is contained in:
parent
4e5b0a057c
commit
1356e42baa
2 changed files with 5 additions and 1 deletions
4
dist/ba_root/mods/changelogs.json
vendored
4
dist/ba_root/mods/changelogs.json
vendored
|
|
@ -10,6 +10,10 @@
|
||||||
"63":{
|
"63":{
|
||||||
"log":"Logger bug fix, integrated discordbot : have fun :)",
|
"log":"Logger bug fix, integrated discordbot : have fun :)",
|
||||||
"time":"28 DEC 2021"
|
"time":"28 DEC 2021"
|
||||||
|
},
|
||||||
|
"64":{
|
||||||
|
"log":"Custom afk(idle player) remover added",
|
||||||
|
"time":"9 Jan 2022"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
2
dist/ba_root/mods/tools/ServerUpdate.py
vendored
2
dist/ba_root/mods/tools/ServerUpdate.py
vendored
|
|
@ -4,7 +4,7 @@ import _thread
|
||||||
import urllib.request
|
import urllib.request
|
||||||
from efro.terminal import Clr
|
from efro.terminal import Clr
|
||||||
import json
|
import json
|
||||||
VERSION=63
|
VERSION=64
|
||||||
|
|
||||||
def check():
|
def check():
|
||||||
_thread.start_new_thread(updateProfilesJson,())
|
_thread.start_new_thread(updateProfilesJson,())
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue