Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

Commit 9fa8084

Browse files
committed
Update MultiBotHandler.lua
1 parent ed50126 commit 9fa8084

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Core/MultiBotHandler.lua

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -322,10 +322,11 @@ MultiBot:SetScript("OnEvent", function()
322322

323323
if(MultiBotSave["Creator"] == "true") then
324324
tButton.setDisable()
325-
tButton.doLeft(tButton)
326-
if MultiBot.creatorWindow and MultiBot.creatorWindow:IsShown() then
327-
MultiBot.creatorWindow:Hide()
328-
end
325+
--tButton.doLeft(tButton)
326+
--if MultiBot.creatorWindow and MultiBot.creatorWindow:IsShown() then
327+
--MultiBot.creatorWindow:Hide()
328+
--end
329+
tButton.doLeft(tButton)
329330
end
330331
end
331332

0 commit comments

Comments
 (0)