Fixed OOC messages they sent not showing for the CM in other areas.

This commit is contained in:
Cerapter 2018-09-18 22:21:40 +02:00
parent ee5b4b92de
commit 34465189a3

View File

@ -51,6 +51,7 @@ def message_areas_cm(client, areas, message):
client.send_host_message('You are not a CM in {}!'.format(a.name)) client.send_host_message('You are not a CM in {}!'.format(a.name))
return return
a.send_command('CT', client.name, message) a.send_command('CT', client.name, message)
a.send_owner_command('CT', client.name, message)
def ooc_cmd_switch(client, arg): def ooc_cmd_switch(client, arg):
if len(arg) == 0: if len(arg) == 0: