Merge pull request #7204 from Deantwo/NoCommentPDA

Blank PDA Messages Fix
This commit is contained in:
phil235
2015-01-20 21:21:18 +01:00
@@ -771,6 +771,9 @@ var/global/list/obj/item/device/pda/PDAs = list()
var/t = msg_input(U)
if (!t)
return
if (last_text && world.time < last_text + 5)
return