From 211e6a62b9533a28a48e82e6b0de302abdfe8b23 Mon Sep 17 00:00:00 2001 From: Archangel Date: Sat, 20 Sep 2025 17:01:56 +0200 Subject: [PATCH] Remove unused service --- Libraries/SPTarkov.Server.Core/Servers/Http/SptHttpListener.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Libraries/SPTarkov.Server.Core/Servers/Http/SptHttpListener.cs b/Libraries/SPTarkov.Server.Core/Servers/Http/SptHttpListener.cs index 8986f7c0..d91f8aa2 100644 --- a/Libraries/SPTarkov.Server.Core/Servers/Http/SptHttpListener.cs +++ b/Libraries/SPTarkov.Server.Core/Servers/Http/SptHttpListener.cs @@ -21,8 +21,7 @@ public class SptHttpListener( ISptLogger logger, ISptLogger requestsLogger, JsonUtil jsonUtil, - HttpResponseUtil httpResponseUtil, - ServerLocalisationService serverLocalisationService + HttpResponseUtil httpResponseUtil ) : IHttpListener { private static readonly ImmutableHashSet SupportedMethods = ["GET", "PUT", "POST"];