mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 16:44:43 +01:00
fix runechat see emotes pref
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user