Woops wrong const name

This commit is contained in:
Vortrex
2022-07-17 04:24:39 -05:00
parent 9be2a7a95b
commit 6b914f8056

View File

@@ -420,11 +420,10 @@ let jobRouteLocationTypeNames = [
["streetclean", AGRP_JOB_ROUTE_LOCATION_TYPE_GROUND_GARBAGE],
["groundgarbage", AGRP_JOB_ROUTE_LOCATION_TYPE_GROUND_GARBAGE],
["garbagebin", AGRP_JOB_ROUTE_LOCATION_TYPE_GARBAGE_BIN],
["garbagepickup", AGRP_JOB_ROUTE_LOCATION_TYPE_GARBAGE_PICKUP],
["garbagepickup", AGRP_JOB_ROUTE_LOCATION_TYPE_GARBAGE_BIN],
["burningvehicle", AGRP_JOB_ROUTE_LOCATION_TYPE_BURNING_VEHICLE],
["injuredped", AGRP_JOB_ROUTE_LOCATION_TYPE_INJURED_PED],
]
];
// ===========================================================================