fix(VehicleController): Missing translations (#3004)
This commit is contained in:
parent
ccb3591364
commit
5fec32df4c
@ -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)
|
||||
|
Reference in New Issue
Block a user