Skip to content

Commit

Permalink
fix(client/main): remove cuff/uncuff radial options
Browse files Browse the repository at this point in the history
  • Loading branch information
mafewtm committed Jan 6, 2025
1 parent a87f685 commit 2540975
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -257,18 +257,6 @@ local function registerAliveRadial()
lib.registerRadial({
id = 'policeMenu',
items = {
{
icon = 'lock',
label = locale('radial.cuff'),
onSelect = function()
end,
},
{
icon = 'lock-open',
label = locale('radial.uncuff'),
onSelect = function()
end,
},
{
icon = 'magnifying-glass',
label = locale('radial.search'),
Expand Down

0 comments on commit 2540975

Please sign in to comment.