Version info
This commit is contained in:
parent
7e06bbb11b
commit
7eb4efd423
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
local _, u = ...
|
||||
u.version = "v0.1.4"
|
||||
|
||||
-- https://wowpedia.fandom.com/wiki/BindingID
|
||||
local myBinds = {
|
||||
|
@ -141,6 +142,7 @@ local function BindsHandler(msg, editbox)
|
|||
u.guards()
|
||||
if msg == '' then
|
||||
u.info 'Welcome to the ImbusBinds keybinding script'
|
||||
u.info('Version: ' .. u.version)
|
||||
u.info 'Usage:'
|
||||
u.info ' /binds set - To set general bindings'
|
||||
u.info ' /binds camera - To set camera binds to +/-'
|
||||
|
@ -154,7 +156,7 @@ local function BindsHandler(msg, editbox)
|
|||
end
|
||||
if msg == 'bars' then
|
||||
enableBars()
|
||||
u.info("Bars set!")
|
||||
u.info 'Bars set!'
|
||||
end
|
||||
SaveBindings(1)
|
||||
u.guards()
|
||||
|
|
Loading…
Add table
Reference in a new issue