This commit is contained in:
Jonny_Bro (Nikita) 2023-06-20 18:54:01 +05:00
parent 8ef685b314
commit a9e660c4b1

View file

@ -44,7 +44,7 @@ function ENT:StartTouch(ent)
ent:SetNW2Int("CPNum", ent:GetNW2Int("CPNum", 1) + 1)
if ent:GetNW2Int("CPNum", 1) > table.Count(Checkpoints) then
ReplayStop(ent)
-- ReplayStop(ent)
FinishCourse(ent)
else
ent.CPSavePos = ent:GetPos()