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 GitHub
parent 5e51a1d73c
commit 2bd4f85966

View File

@@ -81,7 +81,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 &&