mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
Merge pull request #3111 from VOREStation/aro-say2
say() safety check on client
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user