Merge pull request #544 from sp-tarkov/remove-warnings

Remove unused dependencies and improve code quality
This commit is contained in:
Jesse
2025-08-12 19:26:05 +02:00
committed by GitHub
parent 2076ac79a8
commit 60958b3d24
26 changed files with 46 additions and 54 deletions
@@ -3,7 +3,6 @@ using SPTarkov.Server.Core.Helpers;
using SPTarkov.Server.Core.Models.Common;
using SPTarkov.Server.Core.Models.Eft.Match;
using SPTarkov.Server.Core.Models.Spt.Config;
using SPTarkov.Server.Core.Models.Utils;
using SPTarkov.Server.Core.Servers;
using SPTarkov.Server.Core.Services;
using static SPTarkov.Server.Core.Services.MatchLocationService;
@@ -12,7 +11,6 @@ namespace SPTarkov.Server.Core.Controllers;
[Injectable]
public class MatchController(
ISptLogger<MatchController> logger,
MatchLocationService matchLocationService,
ConfigServer configServer,
LocationLifecycleService locationLifecycleService,