mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 07:26:02 +01:00
fix(interface/progress): check for data.disable.move
This commit is contained in:
@@ -47,7 +47,7 @@ local function startProgress(data)
|
|||||||
DisableControlAction(0, 106, true)
|
DisableControlAction(0, 106, true)
|
||||||
end
|
end
|
||||||
|
|
||||||
if data.disable.mouse then
|
if data.disable.move then
|
||||||
DisableControlAction(0, 21, true)
|
DisableControlAction(0, 21, true)
|
||||||
DisableControlAction(0, 30, true)
|
DisableControlAction(0, 30, true)
|
||||||
DisableControlAction(0, 31, true)
|
DisableControlAction(0, 31, true)
|
||||||
|
|||||||
Reference in New Issue
Block a user