Format Style Fixes

This commit is contained in:
sp-tarkov-bot
2025-12-31 13:44:01 +00:00
parent 3c5ef91b11
commit 5f32253a72
@@ -130,7 +130,8 @@ public class RaidTimeAdjustmentService(
wave.TimeMin -= (int)Math.Max(startSeconds, 0);
wave.TimeMax -= (int)Math.Max(startSeconds, 0);
}
if (logger.IsLogEnabled(LogLevel.Debug)) {
if (logger.IsLogEnabled(LogLevel.Debug))
{
logger.Debug(
$"Removed: {originalWaveCount - mapBase.Waves.Count} wave from map due to simulated raid start time of: {raidAdjustments.SimulatedRaidStartSeconds / 60} minutes"
);
@@ -183,7 +184,8 @@ public class RaidTimeAdjustmentService(
logger.Debug($"Offset PMC spawns by: {pmcStartSeconds} seconds");
}
}
if (logger.IsLogEnabled(LogLevel.Debug)) {
if (logger.IsLogEnabled(LogLevel.Debug))
{
logger.Debug(
$"Removed: {originalPmcWaveCount - mapBase.BossLocationSpawn.Count} boss waves from map due to simulated raid start time of: {raidAdjustments.SimulatedRaidStartSeconds / 60} minutes"
);