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
37996f48ec
commit
a2628e716a
2 changed files with 5 additions and 2 deletions
5
dist/ba_root/mods/changelogs.json
vendored
5
dist/ba_root/mods/changelogs.json
vendored
|
|
@ -18,7 +18,10 @@
|
||||||
"65":{
|
"65":{
|
||||||
"log":"/speed command,fireflies,3 new games,team chat,custom tag color for role,end command fix",
|
"log":"/speed command,fireflies,3 new games,team chat,custom tag color for role,end command fix",
|
||||||
"time":"30 Jan 2021"
|
"time":"30 Jan 2021"
|
||||||
|
},
|
||||||
|
"68":{
|
||||||
|
"log":"1.6.10 , bug fix ,auto error logging, more mini games , discord bot integration ,warn bypass for owner",
|
||||||
|
"time":"2nd April 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=65
|
VERSION=68
|
||||||
|
|
||||||
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