remove unsued method and usings
This commit is contained in:
@@ -93,15 +93,6 @@ public class ProfileFixerService(
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Find issues in the scav profile data that may cause issues
|
||||
/// </summary>
|
||||
/// <param name="scavProfile">profile to check and fix</param>
|
||||
public void CheckForAndFixScavProfileIssues(PmcData scavProfile)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Attempt to fix common item issues that corrupt profiles
|
||||
/// </summary>
|
||||
|
||||
@@ -12,8 +12,6 @@ namespace Core.Services;
|
||||
|
||||
[Injectable(InjectionType.Singleton)]
|
||||
public class RaidWeatherService(
|
||||
ISptLogger<RaidWeatherService> _logger,
|
||||
DatabaseService _databaseService,
|
||||
TimeUtil _timeUtil,
|
||||
WeatherGenerator _weatherGenerator,
|
||||
SeasonalEventService _seasonalEventService,
|
||||
|
||||
Reference in New Issue
Block a user