Merge pull request #3111 from VOREStation/aro-say2

say() safety check on client
This commit is contained in:
Leshana
2018-02-23 18:06:59 -05:00
committed by GitHub
+2 -1
View File
@@ -361,7 +361,8 @@ proc/get_radio_key_from_channel(var/channel)
var/list/clients_from_image = images_to_clients[I]
for(var/client in clients_from_image)
var/client/C = client
C.images -= I
if(C) //Could have disconnected after message sent, before removing bubble.
C.images -= I
qdel(I)
//Log the message to file