Fix mcsr/global binds

This commit is contained in:
2026-05-14 20:26:31 -07:00
parent f86529c063
commit b4c8930dfe
4 changed files with 21 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
local function bind(keys, dispatcher, flags)
function bind(keys, dispatcher, flags)
if flags == nil then
flags = {}
end