Skip to content

Commit

Permalink
Merge pull request #12 from CodeCool-Developer/patch-1
Browse files Browse the repository at this point in the history
Update main.lua
  • Loading branch information
Gellipapa committed Apr 13, 2024
2 parents 851e1ca + eb6c7fe commit cccf710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ AddEventHandler('esx_status:load', function(status)
table.insert(data, {
name = Status[i].name,
val = Status[i].val,
percent = (Status[i].val / 1000000) * 100
percent = (Status[i].val / Config.StatusMax) * 100
})
end

Expand Down

0 comments on commit cccf710

Please sign in to comment.