mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-10-20 00:00:39 +00:00
push update
This commit is contained in:
parent
e100e18886
commit
6c54538e78
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
|
|
@ -50,6 +50,10 @@
|
|||
"78": {
|
||||
"log": "security update: auto handle server queue, fake accounts protection, allow owner to join housefull server. And other bug fixes. ",
|
||||
"time": "28 May 2023"
|
||||
},
|
||||
"79": {
|
||||
"log": "added bcs server manager, mute ban system now have duration",
|
||||
"time": "28 June 2023"
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
2
dist/ba_root/mods/tools/ServerUpdate.py
vendored
2
dist/ba_root/mods/tools/ServerUpdate.py
vendored
|
|
@ -6,7 +6,7 @@ from efro.terminal import Clr
|
|||
import json
|
||||
import requests
|
||||
import _ba
|
||||
VERSION=78
|
||||
VERSION=79
|
||||
|
||||
def check():
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue