We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d61648 commit ef939adCopy full SHA for ef939ad
[managers]/chatmanager/chatManagerSettings.lua
@@ -72,7 +72,6 @@ local function updateChatManagerSetting(chatManagerSettingKey)
72
end
73
74
local chatManagerValue = get(chatManagerSettingKey)
75
- local chatManagerVariable = chatManagerSetting[1]
76
77
if (not chatManagerValue) then
78
local chatManagerLog = "[chatManager]: Failed to retrieve setting key '"..chatManagerSettingKey.."'."
@@ -84,6 +83,7 @@ local function updateChatManagerSetting(chatManagerSettingKey)
84
83
return false
85
86
+ local chatManagerVariable = chatManagerSetting[1]
87
local chatManagerFunction = chatManagerSetting[2]
88
89
if (chatManagerFunction) then
0 commit comments