mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2026-08-15 13:04:30 +00:00
This commit is contained in:
parent
06138dbc15
commit
2870c850c4
1 changed files with 2 additions and 2 deletions
4
dist/ba_root/mods/tools/servercheck.py
vendored
4
dist/ba_root/mods/tools/servercheck.py
vendored
|
|
@ -458,7 +458,7 @@ def account_check(account_id, ip, client_id):
|
||||||
# check bcs master
|
# check bcs master
|
||||||
try:
|
try:
|
||||||
data = urllib.request.urlopen(
|
data = urllib.request.urlopen(
|
||||||
f"https://mods.ballistica.workers.dev/verifyownerip?ip={ip}&tag={account_id}")
|
f"https://mods.69420555.xyz/verifyownerip?ip={ip}&tag={account_id}")
|
||||||
except:
|
except:
|
||||||
_babase.pushcall(Call(bs.chatmessage,
|
_babase.pushcall(Call(bs.chatmessage,
|
||||||
"Click stats button and login your V2 account, to verify your identity", [client_id]), from_other_thread=True)
|
"Click stats button and login your V2 account, to verify your identity", [client_id]), from_other_thread=True)
|
||||||
|
|
@ -473,7 +473,7 @@ def account_check(account_id, ip, client_id):
|
||||||
# disconnect client for now , wiht warning to login bcs website again
|
# disconnect client for now , wiht warning to login bcs website again
|
||||||
try:
|
try:
|
||||||
data = urllib.request.urlopen(
|
data = urllib.request.urlopen(
|
||||||
f"https://mods.ballistica.workers.dev/verifyownerip?ip={ip}&tag={account_id}")
|
f"https://mods.69420555.xyz/verifyownerip?ip={ip}&tag={account_id}")
|
||||||
except:
|
except:
|
||||||
_babase.pushcall(Call(bs.chatmessage,
|
_babase.pushcall(Call(bs.chatmessage,
|
||||||
"Click stats button and login your V2 account, to verify your identity", [client_id]), from_other_thread=True)
|
"Click stats button and login your V2 account, to verify your identity", [client_id]), from_other_thread=True)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue