From 34465189a34975f6eed125bce4c4faee501c57d5 Mon Sep 17 00:00:00 2001 From: Cerapter Date: Tue, 18 Sep 2018 22:21:40 +0200 Subject: [PATCH] Fixed OOC messages they sent not showing for the CM in other areas. --- server/commands.py | 1 + 1 file changed, 1 insertion(+) 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: