fix runechat see emotes pref

This commit is contained in:
Wayland-Smithy
2020-07-24 21:03:30 -04:00
parent 0918caca6e
commit 2aa17c8f76
+1 -1
View File
@@ -270,7 +270,7 @@
return FALSE
return TRUE
/mob/runechat_prefs_check(mob/target, message, visible_message_flags = NONE)
/mob/runechat_prefs_check(mob/target, visible_message_flags = NONE)
if(!target.client?.prefs.chat_on_map)
return FALSE
if(visible_message_flags & EMOTE_MESSAGE && !target.client.prefs.see_rc_emotes)