mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 08:03:43 +01:00
Fix PDA messenger bug
This commit is contained in:
@@ -619,7 +619,7 @@ var/global/list/obj/item/device/pda/PDAs = list()
|
||||
if (in_range(src, U) && loc == U)
|
||||
n = copytext(adminscrub(n), 1, MAX_MESSAGE_LEN)
|
||||
if (mode == 1)
|
||||
note = replacetext(n, "\n", "<BR>")
|
||||
note = replacetext(n, "\n", "<br>")
|
||||
notehtml = n
|
||||
else
|
||||
ui.close()
|
||||
|
||||
Reference in New Issue
Block a user