Make numToType return values for unknown vehicles
lib/vehicle_types.php @@ -11,7 +11,11 @@ ]; } } return []; return [ 'num' => '??'.$id, 'type' => '?', 'low' => NULL, ]; } function numToTypeT($id) { $data = <<<'END'