Merge pull request #544 from sp-tarkov/remove-warnings
Remove unused dependencies and improve code quality
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user