updating to 1.7.41

This commit is contained in:
Ayush Saini 2025-05-26 01:11:57 +05:30
parent 2d322e2193
commit 38797c6bc5
179 changed files with 23534 additions and 49926 deletions

View file

@ -388,7 +388,7 @@ def on_access_check_response(self, data):
port = data['port']
if settings["ballistica_web"]["enable"]:
bs.set_public_party_stats_url(
f'https://bombsquad-community.web.app/server-manager/?host={addr}&port={port}')
f'https://bombsquad-community.web.app/server-manager/?host={addr}:{port}')
servercontroller._access_check_response(self, data)