updated mod worker url
Some checks failed
CI / run_server_binary (push) Has been cancelled

This commit is contained in:
Ayush Saini 2025-10-21 19:26:17 +05:30
parent 06138dbc15
commit 2870c850c4

View file

@ -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)