mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-17 14:06:02 +01:00
Version Bump
`2.0.05` - `2.0.06`
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name "Jim_Bridge"
|
||||
author "Jimathy"
|
||||
version "2.0.05"
|
||||
version "2.0.06"
|
||||
description "Framework Bridge By Jimathy"
|
||||
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.'
|
||||
|
||||
@@ -186,10 +186,12 @@ function isInventoryOpen()
|
||||
return exports[CoreInv]:isInventoryOpen()
|
||||
|
||||
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
|
||||
return exports["tgiann-inventory"]:IsInventoryActive()
|
||||
return exports[TgiannInv]:IsInventoryActive()
|
||||
|
||||
elseif isStarted(QBInv) then
|
||||
return LocalPlayer.state.inv_busy
|
||||
|
||||
@@ -1 +1 @@
|
||||
2.0.05
|
||||
2.0.06
|
||||
Reference in New Issue
Block a user