Skip to content

Commit

Permalink
Merge pull request tgstation#52479 from Wayland-Smithy/runechat_pref_fix
Browse files Browse the repository at this point in the history
Fixes the "See runechat emotes" pref doing nothing
  • Loading branch information
kriskog authored Jul 26, 2020
2 parents 36785fc + 2aa17c8 commit fcbaa7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/mob.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fcbaa7b

Please sign in to comment.