6 lines
94 B
Lua
6 lines
94 B
Lua
function()
|
|
if not aura_env.scanned then
|
|
aura_env.lookup()
|
|
end
|
|
return aura_env.keybind
|
|
end |