mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-10-20 00:00:39 +00:00
client IP address , device uuid tracking
This commit is contained in:
parent
bddef414fc
commit
c177627e32
3 changed files with 2 additions and 0 deletions
2
dist/ba_data/python/ba/_hooks.py
vendored
2
dist/ba_data/python/ba/_hooks.py
vendored
|
|
@ -336,6 +336,8 @@ def filter_chat_message(msg: str, client_id: int) -> Optional[str]:
|
|||
|
||||
return chooks.filter_chat_message(msg,client_id)
|
||||
|
||||
def on_client_request(ip):
|
||||
print("player requesting to join from ip = " + ip)
|
||||
def kick_vote_started(by:str,to:str) -> None:
|
||||
"""
|
||||
get account ids of who started kick vote for whom ,
|
||||
|
|
|
|||
BIN
dist/ba_root/mods/tools/corelib.so
vendored
BIN
dist/ba_root/mods/tools/corelib.so
vendored
Binary file not shown.
BIN
dist/bombsquad_headless
vendored
BIN
dist/bombsquad_headless
vendored
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue