mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-17 05:56:02 +01:00
Version Bump
`2.0.05` - `2.0.06`
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
name "Jim_Bridge"
|
name "Jim_Bridge"
|
||||||
author "Jimathy"
|
author "Jimathy"
|
||||||
version "2.0.05"
|
version "2.0.06"
|
||||||
description "Framework Bridge By Jimathy"
|
description "Framework Bridge By Jimathy"
|
||||||
fx_version "cerulean"
|
fx_version "cerulean"
|
||||||
rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aware my resources *will* become incompatible once RedM ships.'
|
rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aware my resources *will* become incompatible once RedM ships.'
|
||||||
|
|||||||
@@ -186,10 +186,12 @@ function isInventoryOpen()
|
|||||||
return exports[CoreInv]:isInventoryOpen()
|
return exports[CoreInv]:isInventoryOpen()
|
||||||
|
|
||||||
elseif isStarted(CodeMInv) then
|
elseif isStarted(CodeMInv) then
|
||||||
return false -- CodeM doesn't have a function to check if the inventory is open
|
return false
|
||||||
|
-- CodeM doesn't have a function to check if the inventory is open
|
||||||
|
-- No idea what it uses, so it just skips the check
|
||||||
|
|
||||||
elseif isStarted(TgiannInv) then
|
elseif isStarted(TgiannInv) then
|
||||||
return exports["tgiann-inventory"]:IsInventoryActive()
|
return exports[TgiannInv]:IsInventoryActive()
|
||||||
|
|
||||||
elseif isStarted(QBInv) then
|
elseif isStarted(QBInv) then
|
||||||
return LocalPlayer.state.inv_busy
|
return LocalPlayer.state.inv_busy
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
2.0.05
|
2.0.06
|
||||||
Reference in New Issue
Block a user