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:
JJRcop
2014-12-17 12:48:41 -05:00
parent 4755198a75
commit fa18eaa164
5 changed files with 10 additions and 10 deletions
+1 -2
View File
@@ -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