Skip to content

Commit

Permalink
fixed the bodyhealth typo (by phillyCHEEEEEZ)
Browse files Browse the repository at this point in the history
  • Loading branch information
swkeep committed Nov 10, 2022
1 parent 8d1df9c commit 494baed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ RegisterNetEvent("keep-sharedgarages:server:update_state", function(plate, prope
properties.currentgarage,
math.floor(properties.VehicleProperties.fuelLevel or 0),
math.floor(properties.VehicleProperties.engineHealth or 100.0),
math.floor(properties.VehicleProperties.bodyHealthor or 100.0),
math.floor(properties.VehicleProperties.bodyHealth or 100.0),
json.encode(properties.metadata),
plate
}, function(result)
Expand Down

0 comments on commit 494baed

Please sign in to comment.