Init/EscMenu: change to new addbutton function signature
This commit is contained in:
parent
9cf249dea7
commit
5c2a42ebc8
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue