mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2024-12-22 20:17:24 +08:00
fix(VehicleController): Missing translations (#3004)
This commit is contained in:
parent
d20c136d34
commit
806e1b8fdf
@ -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);
|
g.window.vehicle_control.opened);
|
||||||
|
|
||||||
void update_controlled_vehicle_doors(controlled_vehicle& veh)
|
void update_controlled_vehicle_doors(controlled_vehicle& veh)
|
||||||
|
Loading…
Reference in New Issue
Block a user