From 73b710eb7dc60b7e038ac2b142ed1c81129ec892 Mon Sep 17 00:00:00 2001 From: Chomp Date: Thu, 6 Nov 2025 13:35:11 +0000 Subject: [PATCH] Removed unused code --- .../SPTarkov.Server.Core/Services/LocationLifecycleService.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Libraries/SPTarkov.Server.Core/Services/LocationLifecycleService.cs b/Libraries/SPTarkov.Server.Core/Services/LocationLifecycleService.cs index 7c68fdaa..3b17ae59 100644 --- a/Libraries/SPTarkov.Server.Core/Services/LocationLifecycleService.cs +++ b/Libraries/SPTarkov.Server.Core/Services/LocationLifecycleService.cs @@ -63,8 +63,6 @@ public class LocationLifecycleService( protected const string Savage = "savage"; protected const string Scav = "scav"; - public object botConfig { get; private set; } - /// /// Check player type for pmc or scav ///