fix(interface/progress): check for data.disable.move

This commit is contained in:
Linden
2022-04-25 13:31:59 +10:00
parent 3443475cc0
commit bf792004e9

View File

@@ -47,7 +47,7 @@ local function startProgress(data)
DisableControlAction(0, 106, true)
end
if data.disable.mouse then
if data.disable.move then
DisableControlAction(0, 21, true)
DisableControlAction(0, 30, true)
DisableControlAction(0, 31, true)