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)