Skip to content

Commit 1827f65

Browse files
committed
Update points.lua
1 parent 2057c9c commit 1827f65

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

client/functions/points.lua

-9
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,6 @@ Points.Remove = function(pointId)
106106
end
107107
exports('RemovePoint', Points.Remove)
108108

109-
Points.RemoveAllPoints = function()
110-
for k, point in pairs(RegisteredPoints) do
111-
point.Remove()
112-
end
113-
114-
RegisteredPoints = {}
115-
end
116-
exports('RemoveAllPoints', Points.RemoveAllPoints)
117-
118109
Points.GetAllPoints = function()
119110
return RegisteredPoints
120111
end

0 commit comments

Comments
 (0)