mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Fixes Ñука блÑть (#7671)
* fix unicode stuff * fucking hell this is what I get for copypasting from TG * fucking hell this is what I get for forgetting to save before commiting
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
set hidden = 1
|
||||
if(!check_rights(0))
|
||||
return
|
||||
msg = to_utf8(msg, src)
|
||||
|
||||
msg = emoji_parse(copytext(sanitize(msg), 1, MAX_MESSAGE_LEN))
|
||||
if(!msg)
|
||||
@@ -20,4 +21,5 @@
|
||||
|
||||
/client/proc/get_admin_say()
|
||||
var/msg = input(src, null, "asay \"text\"") as text|null
|
||||
msg = to_utf8(msg, src)
|
||||
cmd_admin_say(msg)
|
||||
|
||||
Reference in New Issue
Block a user