fix(VehicleController): Missing translations (#3004)

This commit is contained in:
R.K 2024-04-30 09:13:25 -07:00 committed by GitHub
parent ccb3591364
commit 5fec32df4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@ namespace big
}
};
vehicle_control_command g_vehicle_control("vehiclecontrol", "Vehicle controller", "Enables/Disables the vehicle controller.",
vehicle_control_command g_vehicle_control("vehiclecontrol", "VEHICLE_CONTROLLER"_T.data(), "VEHICLE_CONTROLLER_DESC"_T.data(),
g.window.vehicle_control.opened);
void update_controlled_vehicle_doors(controlled_vehicle& veh)