diff --git a/project/SPT.Custom/Airdrops/AirdropPlane.cs b/project/SPT.Custom/Airdrops/AirdropPlane.cs index 2616dbf..58baf7d 100644 --- a/project/SPT.Custom/Airdrops/AirdropPlane.cs +++ b/project/SPT.Custom/Airdrops/AirdropPlane.cs @@ -24,7 +24,8 @@ namespace SPT.Custom.Airdrops var instance = (await LoadPlane()).AddComponent(); instance.airplaneSync = instance.GetComponent(); - instance.airplaneSync.SetLogic(new AirplaneLogicClass()); + // now has new parameter for AirplaneLogicClass, might be wrong + instance.airplaneSync.SetLogic(new AirplaneLogicClass(true)); instance.SetPosition(dropHeight, airdropPoint); instance.SetAudio(planeVolume);