mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-10-20 00:00:39 +00:00
added chat commands
This commit is contained in:
parent
e9f6da8a2e
commit
28ba7d8b4d
7 changed files with 690 additions and 161 deletions
6
dist/ba_root/mods/custom_hooks.py
vendored
6
dist/ba_root/mods/custom_hooks.py
vendored
|
|
@ -1,8 +1,10 @@
|
|||
def filter_chat_message(msg,client_id):
|
||||
from chatHandle import handlechat
|
||||
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue