Skip to content

Commit

Permalink
Update modules/client_options/keybins.lua
Browse files Browse the repository at this point in the history
Co-authored-by: kokekanon <[email protected]>
  • Loading branch information
InnerCircleTFS and kokekanon authored Dec 17, 2024
1 parent af7094a commit e620ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/client_options/keybins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ function listKeybindsComboBox(value)
end

function debug()
local currentOptionText = panels.keybindsPanel.presets.list:getCurrentOption().text
local currentOptionText = Keybind.currentPreset
local chatMode = Keybind.chatMode
local chatModeText = (chatMode == 1) and "Chat mode ON" or (chatMode == 2) and "Chat mode OFF" or "Unknown chat mode"
print(string.format("The current configuration is: %s, and the mode is: %s", currentOptionText, chatModeText))
Expand Down

0 comments on commit e620ad7

Please sign in to comment.