extra end

This commit is contained in:
Mycroft
2022-08-28 18:01:32 +01:00
parent 2eee7d6a8b
commit 329ba0d7f3
@@ -33,8 +33,6 @@ function CreateExtendedPlayer(playerId, identifier, group, accounts, inventory,
SetEntityHeading(Ped, vector.w)
end
end
function self.updateCoords(coords)
self.coords = {x = ESX.Math.Round(coords.x, 1), y = ESX.Math.Round(coords.y, 1), z = ESX.Math.Round(coords.z, 1), heading = ESX.Math.Round(coords.heading or 0.0, 1)}
end