Skip to content

Commit cb42317

Browse files
committed
Update keybind.lua
1 parent cf45fd7 commit cb42317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gamemode/core/libraries/keybind.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ local KeybindKeys = {
114114

115115
function lia.keybind.add(k, d, cb, rcb)
116116
local c = isstring(k) and KeybindKeys[string.lower(k)] or k
117-
local d = isstring(d) and L(d) or d
117+
d = isstring(d) and L(d) or d
118118
if not c then return end
119119
lia.keybind.stored[d] = lia.keybind.stored[d] or {}
120120
if not lia.keybind.stored[d].value then lia.keybind.stored[d].value = c end

0 commit comments

Comments
 (0)