Fix script error

This commit is contained in:
ineedbots 2021-04-26 20:21:09 -07:00
parent ca71fbee4b
commit 6225ae74fb

View File

@ -335,7 +335,7 @@ watchSaveWaypointsCommand()
{
self iPrintlnBold("Auto link enabled");
level.autoLink = true;
level.wpToLink = self.nearest;
level.wpToLink = self.closest;
}
}