Blank PDA fix

This commit is contained in:
Markolie
2015-01-10 07:38:24 +01:00
parent 76d4fac110
commit 8867fa3f78
2 changed files with 10 additions and 0 deletions
@@ -897,6 +897,7 @@ var/global/list/obj/item/device/pda/PDAs = list()
var/t = input(U, "Please enter message", name, null) as text
t = copytext(sanitize(t), 1, MAX_MESSAGE_LEN)
t = readd_quotes(t)
if (!t || !istype(P))
return
if (!in_range(src, U) && loc != U)