updated dummymodules, fixed afk check
Some checks failed
CI / run_server_binary (push) Has been cancelled

This commit is contained in:
Ayush Saini 2025-09-07 23:46:31 +05:30
parent 8640706f30
commit 528209e18c
8 changed files with 339 additions and 146 deletions

View file

@ -56,7 +56,7 @@ def filter_chat_message(msg: str, client_id: int) -> str | None:
return handlechat.filter_chat_message(msg, client_id)
# ba_meta export babse.Plugin
# ba_meta export babase.Plugin
class modSetup(babase.Plugin):
def on_app_running(self):
"""Runs when app is launched."""
@ -384,7 +384,7 @@ def on_access_check_response(self, data):
if data is not None:
addr = data['address']
port = data['port']
if settings["ballistica_web"]["enabled"]:
if settings["ballistica_web"]["enable"]:
bs.set_public_party_stats_url(
f'https://bombsquad-community.web.app/server-manager/?host={addr}&port={port}')