mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-16 21:46:03 +01:00
hotfix ox_lib progressbars stopping movement
This commit is contained in:
@@ -58,7 +58,7 @@ function progressBar(data)
|
||||
},
|
||||
disable = {
|
||||
combat = data.combat or true,
|
||||
move = (not data.disableMovement) or false,
|
||||
move = data.disableMovement or false,
|
||||
car = data.disableMovement or false,
|
||||
mouse = data.mouse or false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user