mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-10-20 00:00:39 +00:00
updated dummymodules, fixed afk check
Some checks failed
CI / run_server_binary (push) Has been cancelled
Some checks failed
CI / run_server_binary (push) Has been cancelled
This commit is contained in:
parent
8640706f30
commit
528209e18c
8 changed files with 339 additions and 146 deletions
4
dist/ba_root/mods/custom_hooks.py
vendored
4
dist/ba_root/mods/custom_hooks.py
vendored
|
|
@ -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}')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue