mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 20:15:47 +01:00
Fixes PDAs being able to send messages to other PDAs in the qdel queue
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user