fixes a few instances of showing antag on key_name() where it shouldn't (#21293)

This commit is contained in:
Intigracy
2019-01-14 13:04:07 -08:00
committed by MadmanMartian
parent 2b2cfda6b9
commit a33e19796c
5 changed files with 8 additions and 8 deletions

View File

@@ -60,7 +60,7 @@
//get message text, limit it's length.and clean/escape html
if(!msg)
msg = input(src, "Message:", "Private message to [key_name(C, 0, 0)]", "") as text | null
msg = input(src, "Message:", "Private message to [key_name(C, 0, 0, showantag = FALSE)]", "") as text | null
if(!msg)
return