diff options
Diffstat (limited to 'server/commands.py')
| -rw-r--r-- | server/commands.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/commands.py b/server/commands.py index 5f0128a..aae12de 100644 --- a/server/commands.py +++ b/server/commands.py @@ -51,6 +51,7 @@ def message_areas_cm(client, areas, message): client.send_host_message('You are not a CM in {}!'.format(a.name)) return a.send_command('CT', client.name, message) + a.send_owner_command('CT', client.name, message) def ooc_cmd_switch(client, arg): if len(arg) == 0: |
