[MIRROR] Fixes NtOS chat bluescreen, muting [MDB IGNORE] (#10237)

* Fixes NtOS chat bluescreen, muting (#63433)

* Fixes NtOS chat bluescreen, muting

Co-authored-by: Jeremiah <42397676+jlsnow301@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-12-24 17:23:46 +01:00
committed by GitHub
parent 1860bdeb77
commit 35cd8a0f0a
3 changed files with 7 additions and 8 deletions
@@ -86,7 +86,7 @@
offline_clients.Add(offline)
/datum/ntnet_conversation/proc/mute_user(datum/computer_file/program/chatclient/op, datum/computer_file/program/chatclient/muted)
if(operator != op) //sanity even if the person shouldn't be able to see the mute button
if(!op.netadmin_mode && operator != op) //sanity even if the person shouldn't be able to see the mute button
return
if(muted in muted_clients)
muted_clients.Remove(muted)