mirror of
https://github.com/hypervortex/VH-Bombsquad-Modded-Server-Files
synced 2026-08-15 13:04:50 +00:00
Update handlechat.py
This commit is contained in:
parent
1d5bfaca51
commit
bf6cb27b88
1 changed files with 1 additions and 1 deletions
2
dist/ba_root/mods/chatHandle/handlechat.py
vendored
2
dist/ba_root/mods/chatHandle/handlechat.py
vendored
|
|
@ -70,7 +70,7 @@ def filter_chat_message(msg, client_id):
|
|||
return Main.QuickAccess(msg, client_id)
|
||||
elif msg.startswith(".") and settings["allowInGameChat"]:
|
||||
return Main.QuickAccess(msg, client_id)
|
||||
elif msg.startswith("-dm") and settings["allowInGameDm"]:
|
||||
elif msg.startswith("/dm") and settings["allowInGameDm"]:
|
||||
return Main.QuickAccess(msg, client_id)
|
||||
return msg
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue