If you try to drive the cruiser as a vanilla/non imperium client you will be teleported into the void because VehicleController.hasBeenSpawned is equal to false.
One easy way to fix that is by calling the ItemDropShip.UntetherVehicleClientRpc method but it will need more testing because it can probably mess with the way cruiser are spawned from the drop ship.
If you try to drive the cruiser as a vanilla/non imperium client you will be teleported into the void because
VehicleController.hasBeenSpawnedis equal to false.One easy way to fix that is by calling the
ItemDropShip.UntetherVehicleClientRpcmethod but it will need more testing because it can probably mess with the way cruiser are spawned from the drop ship.