mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 00:55:20 +01:00
Renames game_options.txt OOC_EMOJIS to EMOJIS
Moves config check into emoji_parse proc, so the config affects all emoji use
This commit is contained in:
@@ -68,8 +68,7 @@
|
||||
msg = sanitize(copytext(msg,1,MAX_MESSAGE_LEN))
|
||||
if(!msg) return
|
||||
|
||||
if(config.ooc_emojis)
|
||||
msg = emoji_parse(msg)
|
||||
msg = emoji_parse(msg)
|
||||
|
||||
if(C.holder)
|
||||
if(holder) //both are admins
|
||||
|
||||
Reference in New Issue
Block a user