mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-22 05:25:15 +01:00
Fix typos in "slight changes to admin messages" (#65914)
Mistakes not caught in https://github.com/tgstation/tgstation/pull/65871
This commit is contained in:
@@ -405,8 +405,8 @@
|
||||
return
|
||||
var/rounded_message_id = round(href_list["message_id"], 1)
|
||||
var/datum/db_query/query_message_read = SSdbcore.NewQuery(
|
||||
"UPDATE [format_table_name("messages")] SET type = 'message sent' WHERE usr.key = :player_key AND id = :id",
|
||||
list("id" = rounded_message_id)
|
||||
"UPDATE [format_table_name("messages")] SET type = 'message sent' WHERE targetckey = :player_key AND id = :id",
|
||||
list("id" = rounded_message_id, "player_key" = usr.ckey)
|
||||
)
|
||||
if(!query_message_read.warn_execute())
|
||||
qdel(query_message_read)
|
||||
|
||||
Reference in New Issue
Block a user