Some prep

This commit is contained in:
Vortrex
2022-01-02 20:08:42 -06:00
parent 70ba9e99b3
commit d0a0eb15f1

View File

@@ -348,7 +348,7 @@ function setElementDimension(element, dimension) {
// ===========================================================================
function setElementRotation(element, rotation) {
return element.setRotation(rotation);
return element.rotation = rotation;
}
// ===========================================================================
@@ -545,7 +545,7 @@ function getVehicleEngine(vehicle) {
// ===========================================================================
function getVehicleLocked(vehicle) {
return vehicle.locked;
return vehicle.lockedStatus;
}
// ===========================================================================