From 1f4a93df3fd5e2abdf9129f7e295971e1c2618e5 Mon Sep 17 00:00:00 2001 From: CWX Date: Thu, 4 Jul 2024 22:01:07 +0100 Subject: [PATCH] temp fix for airdrop changes --- project/SPT.Custom/Airdrops/AirdropPlane.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);