Fix Weh Juice and Other emote chems not working (#28562)
This commit is contained in:
@@ -81,7 +81,7 @@ public partial class ChatSystem
|
|||||||
bool ignoreActionBlocker = false
|
bool ignoreActionBlocker = false
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
if (_whitelistSystem.IsWhitelistFailOrNull(emote.Whitelist, source) || _whitelistSystem.IsBlacklistPass(emote.Blacklist, source))
|
if (_whitelistSystem.IsWhitelistFail(emote.Whitelist, source) || _whitelistSystem.IsBlacklistPass(emote.Blacklist, source))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (!emote.Available &&
|
if (!emote.Available &&
|
||||||
|
|||||||
Reference in New Issue
Block a user