diff --git a/module/Misc/Official.cpp b/module/Misc/Official.cpp index 5eaa83e9..705ab5c9 100644 --- a/module/Misc/Official.cpp +++ b/module/Misc/Official.cpp @@ -250,10 +250,10 @@ void LgEntityQuaternion::Set() case LgEntityType::Vehicle: switch (mFlag) { - case LgVehicleVectorFlag::Angle: + case LgVehicleQuaternionFlag::Angle: _Func->SetVehicleRotation(mID, x, y, z, w); break; - case LgVehicleVectorFlag::SpawnAngle: + case LgVehicleQuaternionFlag::SpawnAngle: _Func->SetVehicleSpawnRotation(mID, x, y, z, w); break; default: break;