]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix Weh Juice and Other emote chems not working (#28562)
authorVerm <32827189+Vermidia@users.noreply.github.com>
Mon, 3 Jun 2024 21:07:41 +0000 (16:07 -0500)
committerGitHub <noreply@github.com>
Mon, 3 Jun 2024 21:07:41 +0000 (17:07 -0400)
Content.Server/Chat/Systems/ChatSystem.Emote.cs

index 23e1517d7548264cb939176025e11af9452424a1..5897aac61a166048a792e5b9f80a923d1c192481 100644 (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 &&