mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Merge pull request #7204 from Deantwo/NoCommentPDA
Blank PDA Messages Fix
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user