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"];