Goal_Parkour: Also reset last respawn checkpoint on "reset all" editor action

qteditor
Sven Eberhardt 2016-08-07 02:07:27 -04:00
parent 17409ab4c1
commit be58ef5ae1
1 changed files with 1 additions and 0 deletions

View File

@ -208,6 +208,7 @@ private func ResetAllClearedCP()
{
plr_list = [];
team_list = [];
respawn_list = [];
for (var cp in FindObjects(Find_ID(ParkourCheckpoint)))
cp->ResetCleared();
return true;