mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-19 16:06:02 +01:00
fix(client/radial): refresh when current submenu updates
Resolves #241.
This commit is contained in:
@@ -60,7 +60,7 @@ local function refreshRadial(menuId)
|
|||||||
|
|
||||||
if currentRadial and menuId then
|
if currentRadial and menuId then
|
||||||
if menuId == currentRadial.id then
|
if menuId == currentRadial.id then
|
||||||
currentRadial = nil
|
return showRadial(menuId)
|
||||||
else
|
else
|
||||||
for i = 1, #menuHistory do
|
for i = 1, #menuHistory do
|
||||||
local subMenuId = menuHistory[i]
|
local subMenuId = menuHistory[i]
|
||||||
|
|||||||
Reference in New Issue
Block a user