mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-10-20 00:00:39 +00:00
bugs fix
This commit is contained in:
parent
14007f0b0e
commit
e9f6da8a2e
13 changed files with 76 additions and 70 deletions
6
dist/ba_root/mods/custom_hooks.py
vendored
6
dist/ba_root/mods/custom_hooks.py
vendored
|
|
@ -1,17 +1,17 @@
|
|||
|
||||
|
||||
|
||||
def filter_chat_message(msg,client_id):
|
||||
from chatHandle import handlechat
|
||||
|
||||
return handlechat.filter_chat_message(msg,client_id)
|
||||
|
||||
def on_app_launch():
|
||||
pass
|
||||
#something
|
||||
|
||||
def score_screen_on_begin(_stats):
|
||||
pass
|
||||
#stats
|
||||
|
||||
def playerspaz_init(player):
|
||||
pass
|
||||
#add tag,rank,effect
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue