Skip to content

Commit

Permalink
Update luacheck globals for SaveBindings
Browse files Browse the repository at this point in the history
  • Loading branch information
RagedUnicorn committed Nov 10, 2021
1 parent c02093d commit a097a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/GM_Configuration.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
-- luacheck: globals INVSLOT_HEAD INVSLOT_NECK INVSLOT_SHOULDER INVSLOT_CHEST INVSLOT_WAIST INVSLOT_LEGS INVSLOT_FEET
-- luacheck: globals INVSLOT_WRIST INVSLOT_HAND INVSLOT_FINGER1 INVSLOT_FINGER2 INVSLOT_TRINKET1 INVSLOT_TRINKET2
-- luacheck: globals INVSLOT_BACK INVSLOT_MAINHAND INVSLOT_OFFHAND INVSLOT_RANGED INVSLOT_AMMO GetAddOnMetadata ReloadUI
-- luacheck: globals GetBindingKey SetBinding SetBindingClick GetCurrentBindingSet AttemptToSaveBindings
-- luacheck: globals GetBindingKey SetBinding SetBindingClick GetCurrentBindingSet SaveBindings

local mod = rggm
local me = {}
Expand Down

0 comments on commit a097a68

Please sign in to comment.