mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-10-20 00:00:39 +00:00
oops mute
This commit is contained in:
parent
7ba978eafe
commit
70dfbe091e
1 changed files with 0 additions and 1 deletions
|
|
@ -307,7 +307,6 @@ def mute(arguments):
|
||||||
duration = int(arguments[1]) if len(arguments) >= 2 else 0.5
|
duration = int(arguments[1]) if len(arguments) >= 2 else 0.5
|
||||||
for ros in ba.internal.get_game_roster():
|
for ros in ba.internal.get_game_roster():
|
||||||
if ros["client_id"] == cl_id:
|
if ros["client_id"] == cl_id:
|
||||||
pdata.mute(ros['account_id'])
|
|
||||||
ac_id = ros['account_id']
|
ac_id = ros['account_id']
|
||||||
logger.log(f'muted {ros["display_string"]}')
|
logger.log(f'muted {ros["display_string"]}')
|
||||||
pdata.mute(ac_id, duration, "muted by chat command")
|
pdata.mute(ac_id, duration, "muted by chat command")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue