Fix Weh Juice and Other emote chems not working (#28562)
This commit is contained in:
parent
02e876d015
commit
5ec48e7784
|
|
@ -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 &&
|
||||
|
|
|
|||
Loading…
Reference in New Issue