mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
fixes a few instances of showing antag on key_name() where it shouldn't (#21293)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user