From b17135814c71d8ba9fac4c31858364a232191a34 Mon Sep 17 00:00:00 2001 From: Rich Dunne Date: Thu, 8 Oct 2020 06:15:48 -0600 Subject: [PATCH] Removed irrelevant comment --- SceneManager/VehicleCollector.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/SceneManager/VehicleCollector.cs b/SceneManager/VehicleCollector.cs index 86c5dd9..babb56a 100644 --- a/SceneManager/VehicleCollector.cs +++ b/SceneManager/VehicleCollector.cs @@ -8,9 +8,6 @@ namespace SceneManager { internal static class VehicleCollector { - // Driving styles https://gtaforums.com/topic/822314-guide-driving-styles/ - // also https://vespura.com/fivem/drivingstyle/ - internal static List collectedVehicles = new List(); internal static void StartCollectingAtWaypoint(List paths, Path path, Waypoint waypoint)