Skip to content

Commit

Permalink
Update points.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Musiker15 committed Oct 24, 2024
1 parent 2057c9c commit 1827f65
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions client/functions/points.lua
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,6 @@ Points.Remove = function(pointId)
end
exports('RemovePoint', Points.Remove)

Points.RemoveAllPoints = function()
for k, point in pairs(RegisteredPoints) do
point.Remove()
end

RegisteredPoints = {}
end
exports('RemoveAllPoints', Points.RemoveAllPoints)

Points.GetAllPoints = function()
return RegisteredPoints
end
Expand Down

0 comments on commit 1827f65

Please sign in to comment.