Removed unused injections from controllers

This commit is contained in:
Chomp
2025-07-04 09:24:06 +01:00
parent c8b8669546
commit a337b3c4e9
7 changed files with 2 additions and 16 deletions
@@ -1,6 +1,5 @@
using SPTarkov.DI.Annotations;
using SPTarkov.Server.Core.Generators;
using SPTarkov.Server.Core.Helpers;
using SPTarkov.Server.Core.Models.Eft.Weather;
using SPTarkov.Server.Core.Models.Enums;
using SPTarkov.Server.Core.Models.Spt.Config;
@@ -17,7 +16,6 @@ public class WeatherController(
WeatherGenerator _weatherGenerator,
SeasonalEventService _seasonalEventService,
RaidWeatherService _raidWeatherService,
WeatherHelper _weatherHelper,
ConfigServer _configServer
)
{