Merge pull request #11494 from Aranclanos/PDAqdel

Fixes PDAs being able to send messages to other PDAs in the qdel queue
This commit is contained in:
Razharas
2015-09-01 15:53:26 +03:00
+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