Fixed OOC messages they sent not showing for the CM in other areas.
This commit is contained in:
		
							parent
							
								
									ee5b4b92de
								
							
						
					
					
						commit
						34465189a3
					
				@ -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:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user