Format Style Fixes
This commit is contained in:
@@ -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"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user