From 96ea460fac50cb6b485ccb9e62e50850c798f895 Mon Sep 17 00:00:00 2001 From: CWX Date: Thu, 4 Jul 2024 22:02:42 +0100 Subject: [PATCH] temp fix for BTR manager --- project/SPT.Custom/BTR/BTRManager.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/SPT.Custom/BTR/BTRManager.cs b/project/SPT.Custom/BTR/BTRManager.cs index 2ced1fe..bea1cea 100644 --- a/project/SPT.Custom/BTR/BTRManager.cs +++ b/project/SPT.Custom/BTR/BTRManager.cs @@ -185,7 +185,7 @@ namespace SPT.Custom.BTR } btrServerSide.CurrentPathConfig = btrMapConfig.PathsConfiguration.pathsConfigurations.RandomElement(); btrServerSide.Initialization(btrMapConfig); - btrController.method_14(); // creates and assigns the BTR a fake stash + btrController.method_19(); // creates and assigns the BTR a fake stash DisableServerSideObjects(); @@ -270,7 +270,7 @@ namespace SPT.Custom.BTR List passengers = gameWorld.AllAlivePlayersList.Where(x => x.BtrState == EPlayerBtrState.Inside).ToList(); List playersToNotify = passengers.Select(x => x.Id).ToList(); - btrController.method_6(playersToNotify, serviceType); // notify BTR passengers that a service has been purchased + btrController.method_11(playersToNotify, serviceType); // notify BTR passengers that a service has been purchased switch (serviceType) {