mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 15:06:02 +01:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
01935adf8e | ||
|
|
220c0c91ec |
@@ -6,7 +6,7 @@ rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aw
|
||||
|
||||
name 'ox_lib'
|
||||
author 'Overextended'
|
||||
version '3.32.0'
|
||||
version '3.32.1'
|
||||
license 'LGPL-3.0-or-later'
|
||||
repository 'https://github.com/communityox/ox_lib'
|
||||
description 'A library of shared functions to utilise in other resources.'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@communityox/ox_lib",
|
||||
"author": "Overextended",
|
||||
"version": "3.32.0",
|
||||
"version": "3.32.1",
|
||||
"description": "JS/TS wrapper for ox_lib exports",
|
||||
"main": "./shared/index.js",
|
||||
"types": "./shared/index.d.ts",
|
||||
|
||||
@@ -266,7 +266,7 @@ AddStateBagChangeHandler('lib:progressProps', nil, function(bagName, key, value,
|
||||
local prop = createProp(ped, value)
|
||||
|
||||
if prop then
|
||||
playerProps[#playerProps + 1] = createProp(ped, value)
|
||||
playerProps[#playerProps + 1] = prop
|
||||
end
|
||||
else
|
||||
local propCount = math.min(maxProps, #value)
|
||||
@@ -281,4 +281,4 @@ AddStateBagChangeHandler('lib:progressProps', nil, function(bagName, key, value,
|
||||
end
|
||||
|
||||
createdProps[serverId] = playerProps
|
||||
end)
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user