Jacek Kowalski
2019-06-18 bb20e035064e845cfd44633717919a64f7550ef8
lib/vehicle_types.php
@@ -7,7 +7,7 @@
         return [
            'num' => $line[2] . str_pad($id, 3, '0', STR_PAD_LEFT),
            'type' => $line[3],
            'low' => isset($line[4]) ? $line[4] : $defaultLow,
            'low' => (int)(isset($line[4]) ? $line[4] : $defaultLow),
         ];
      }
   }
@@ -41,7 +41,7 @@
314   322   RF   GT8S   0
323   323   RF   GT8N   1
324   324   RF   GT8S   0
325   328   RF   GT8N   1
325   329   RF   GT8N   1
401   440   HL   EU8N   1
451   456   HK   N8C-NF   0
457   461   HK   N8S-NF   1