Skip to content

Commit

Permalink
fix(client): fivem keybind conflict (#909)
Browse files Browse the repository at this point in the history
Apparently +reload is a default command and disabled in production (???)
  • Loading branch information
jag3dagster authored Oct 24, 2022
1 parent 2264ba8 commit 89dbf9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ local function registerCommands()
})

lib.addKeybind({
name = 'reload',
name = 'reloadweapon',
description = locale('reload_weapon'),
defaultKey = 'r',
onPressed = function(self)
Expand Down

0 comments on commit 89dbf9a

Please sign in to comment.