Summary
Quick fix to be able to sort Tank and Boat in shop/catalog =) This fix corrects the wrong behavior while trying to assign "VEHICLE_TANK/BOAT" categories to a prefab you'll get another label instead.
Description
if TheSpaceStrider goes by this page :
You've missed to identify the Enums ID (56, 57) in the file "EEditableEntityLabel.c" as follow :
modded enum EEditableEntityLabel
{
VEHICLE_TANK = 56,
VEHICLE_BOAT = 57
}