Skip to content

Commit

Permalink
fix: bpt_basicneeds\client\main.lua fix error line 33
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Jun 10, 2024
1 parent f019a07 commit 0dc27fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ AddEventHandler("esx:onPlayerSpawn", function(spawn)
end)

AddEventHandler("bpt_status:loaded", function(status)
TriggerEvent("bpt_status:registerStatus", "hunger", 1000000, "#CFAD0F", function()
TriggerEvent("bpt_status:registerStatus", "hunger", 1000000, "#CFAD0F", function(status)
return Config.Visible
end, function()
status.remove(100)
Expand Down

0 comments on commit 0dc27fd

Please sign in to comment.