From 8269878748e8312ca5da8df32da34e060646dd6e Mon Sep 17 00:00:00 2001 From: Sattva <74269253+Sattva-108@users.noreply.github.com> Date: Sat, 17 May 2025 22:24:33 +0300 Subject: [PATCH] recent-chat: fix probable lua error --- Leatrix_Plus.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Leatrix_Plus.lua b/Leatrix_Plus.lua index 4e79de8..be07938 100644 --- a/Leatrix_Plus.lua +++ b/Leatrix_Plus.lua @@ -13167,6 +13167,7 @@ function LeaPlusLC:Player() -- only initialize once if not LeaPlusLC._RecentChatInit then + local Close LeaPlusLC._RecentChatInit = true ---------------------------------------- @@ -13249,7 +13250,6 @@ function LeaPlusLC:Player() -- Forward declare Close, ShowChatbox, ResizeEdit, ScrollToBottomReliable if needed, or define before use. -- Close function needs to be defined before it's used by title bar, frame, scroll, and later editbox. - local Close local ShowChatbox local ResizeEdit local ScrollToBottomReliable