Fixes PDAs being able to send messages to other PDAs in the qdel queue

This commit is contained in:
Aranclanos
2015-08-30 20:18:50 -03:00
parent d1c417e996
commit 2e09313b26
+1 -1
View File
@@ -789,7 +789,7 @@ var/global/list/obj/item/device/pda/PDAs = list()
if (last_text && world.time < last_text + 5)
return
if (isnull(P) || P.toff || !istype(P))
if (!istype(P) || P.toff || qdeleted(P))
return
last_text = world.time