From 46968be1d03a8446192278ff9b7480bf4f98db89 Mon Sep 17 00:00:00 2001 From: Sattva Date: Sun, 28 May 2023 17:55:52 +0300 Subject: [PATCH] FilterChatMessages - fix --- Leatrix_Plus.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Leatrix_Plus.lua b/Leatrix_Plus.lua index f87e013..dd74dae 100644 --- a/Leatrix_Plus.lua +++ b/Leatrix_Plus.lua @@ -5982,8 +5982,8 @@ function LeaPlusLC:FriendCheck(name) if LeaPlusLC["FilterChatMessages"] == "On" then - -- Load LibChatAnims - Leatrix_Plus:LeaPlusLCA() + -- -- Load LibChatAnims + -- Leatrix_Plus:LeaPlusLCA() -- Create configuration panel local ChatFilterPanel = LeaPlusLC:CreatePanel("Filter chat messages", "ChatFilterPanel") @@ -6011,7 +6011,7 @@ function LeaPlusLC:FriendCheck(name) end) local charName = GetUnitName("player") - local charRealm = GetNormalizedRealmName() + local charRealm = GetRealmName() local nameRealm = charName .. "%%-" .. charRealm -- Chat filter