Init/EscMenu: change to new addbutton function signature

This commit is contained in:
andrew6180
2024-04-30 10:44:33 -07:00
parent 9cf249dea7
commit 5c2a42ebc8
+1 -2
View File
@@ -179,8 +179,7 @@ function AddOn:OnInitialize()
local GameMenuButton = EscapeMenu:AddButton(self.title, EscapeMenuSection.AddOns, function()
AddOn:ToggleOptionsUI()
return true
end)
end, nil, true)
self.loadedtime = GetTime()
end