Skip to content

Commit

Permalink
Increase keybind update delay
Browse files Browse the repository at this point in the history
  • Loading branch information
RagedUnicorn committed Jul 10, 2024
1 parent ca8f831 commit 41a5f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/GM_Constants.lua
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RGGM_CONSTANTS = {
SLOT_COOLDOWN_UPDATE_INTERVAL = 0.1,
COMBAT_QUEUE_UPDATE_INTERVAL = 0.1,
RANGE_CHECK_UPDATE_INTERVAL = 0.1,
KEYBIND_UPDATE_DELAY = 0.5,
KEYBIND_UPDATE_DELAY = 0.8,
--[[
Addon configuration
]]--
Expand Down

0 comments on commit 41a5f7b

Please sign in to comment.