mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +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 menuId == currentRadial.id then
|
||||
currentRadial = nil
|
||||
return showRadial(menuId)
|
||||
else
|
||||
for i = 1, #menuHistory do
|
||||
local subMenuId = menuHistory[i]
|
||||
|
||||
Reference in New Issue
Block a user