Fix Weh Juice and Other emote chems not working (#28562)

This commit is contained in:
Verm 2024-06-03 16:07:41 -05:00 committed by null
parent 02e876d015
commit 5ec48e7784
No known key found for this signature in database
GPG Key ID: 212F05528FD678BE
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ public partial class ChatSystem
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;
if (!emote.Available &&