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:
@@ -51,7 +51,6 @@ SUBSYSTEM_DEF(chat)
|
||||
C.chatOutput.messageQueue += message
|
||||
continue
|
||||
|
||||
message = to_utf8(message, I) // yogs - LibVG
|
||||
payload[C] += url_encode(url_encode(message))
|
||||
|
||||
else
|
||||
@@ -64,5 +63,4 @@ SUBSYSTEM_DEF(chat)
|
||||
C.chatOutput.messageQueue += message
|
||||
return
|
||||
|
||||
message = to_utf8(message, target) // yogs - LibVG
|
||||
payload[C] += url_encode(url_encode(message))
|
||||
|
||||
Reference in New Issue
Block a user