Skip to content

Commit

Permalink
fix(interface/radial): don't allow weapon melee while open
Browse files Browse the repository at this point in the history
resolves #447
  • Loading branch information
LukeWasTakenn committed Nov 11, 2023
1 parent 8c5afec commit b6890e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resource/interface/client/radial.lua
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ lib.addKeybind({
DisablePlayerFiring(cache.playerId, true)
DisableControlAction(0, 1, true)
DisableControlAction(0, 2, true)
DisableControlAction(0, 142, true)
DisableControlAction(2, 199, true)
DisableControlAction(2, 200, true)
Wait(0)
Expand Down

0 comments on commit b6890e3

Please sign in to comment.