Fixed in-chat pda message reply link

This commit is contained in:
Tastyfish
2016-02-25 07:36:36 -05:00
parent 64fd0fa4ff
commit ff06ea50a6
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -218,7 +218,7 @@
if(L)
L << "\icon[P] <b>Message from [pda.owner] ([pda.ownjob]), </b>\"[t]\" (<a href='byond://?src=\ref[P];choice=Message;skiprefresh=1;target=\ref[pda]'>Reply</a>)"
L << "\icon[P] <b>Message from [pda.owner] ([pda.ownjob]), </b>\"[t]\" (<a href='byond://?src=\ref[PM];choice=Message;target=\ref[pda]'>Reply</a>)"
nanomanager.update_user_uis(L, P) // Update the receiving user's PDA UI so that they can see the new message
nanomanager.update_user_uis(U, P) // Update the sending user's PDA UI so that they can see the new message