mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-17 05:56:02 +01:00
Fix qbox getPlayer hunger and thirst calls
This commit is contained in:
@@ -221,7 +221,7 @@ local billPlayerFunc = {
|
||||
function(data)
|
||||
TriggerEvent("codem-billing:client:OpenMenu")
|
||||
end,
|
||||
tgg =
|
||||
tgg =
|
||||
function(data)
|
||||
exports["tgg-billing"]:OpenBillingMenu()
|
||||
end,
|
||||
@@ -727,8 +727,8 @@ local getPlayerFunc = {
|
||||
isDead = info.PlayerData.metadata["isdead"],
|
||||
isDown = info.PlayerData.metadata["inlaststand"],
|
||||
charInfo = info.charinfo,
|
||||
hunger = info.metadata["hunger"],
|
||||
thirst = info.metadata["thirst"],
|
||||
hunger = info.PlayerData.metadata["hunger"],
|
||||
thirst = info.PlayerData.metadata["thirst"],
|
||||
}
|
||||
return Player
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user