fix escape menu addbutton function signature

This commit is contained in:
andrew6180
2024-04-30 10:51:57 -07:00
parent 38f8bb85aa
commit c5fb62c168
+1 -2
View File
@@ -5638,6 +5638,5 @@ EscapeMenu:AddButton("MoveAnything!", EscapeMenuSection.AddOns, function()
ReloadUI()
else
ShowUIPanel(MAOptions)
return true
end
end)
end, nil, true)