mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-11-14 17:46:03 +00:00
1.4
This commit is contained in:
parent
1356e42baa
commit
37fa5429dc
21 changed files with 225 additions and 32 deletions
4
dist/ba_root/mods/chatHandle/handlechat.py
vendored
4
dist/ba_root/mods/chatHandle/handlechat.py
vendored
|
|
@ -35,7 +35,9 @@ def filter_chat_message(msg, client_id):
|
|||
if msg.startswith("/"):
|
||||
return Main.Command(msg, client_id)
|
||||
|
||||
|
||||
if msg.startswith(",") and settings["allowTeamChat"]:
|
||||
return Main.QuickAccess(msg,client_id)
|
||||
|
||||
Logger.log(acid+" | "+displaystring+"|"+currentname+"| " +msg,"chat")
|
||||
|
||||
if acid in serverdata.clients and serverdata.clients[acid]["verified"]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue