fix(client/radial): refresh when current submenu updates

Resolves #241.
This commit is contained in:
Linden
2023-02-24 04:04:25 +11:00
parent 21739ac6cf
commit 7f538f6a5b

View File

@@ -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]