mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +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)
|
||||
end
|
||||
|
||||
if data.disable.mouse then
|
||||
if data.disable.move then
|
||||
DisableControlAction(0, 21, true)
|
||||
DisableControlAction(0, 30, true)
|
||||
DisableControlAction(0, 31, true)
|
||||
|
||||
Reference in New Issue
Block a user