Comment changes

This commit is contained in:
Chomp
2025-02-01 18:52:25 +00:00
parent 7a72fe41a0
commit 7ef796306a
2 changed files with 4 additions and 1 deletions
@@ -693,7 +693,7 @@ public class LocationLootGenerator(
foreach (var spawnpoint in allDynamicSpawnpoints)
{
// Point is blacklsited, skip
// Point is blacklisted, skip
if (blacklistedSpawnpoints?.Contains(spawnpoint.Template.Id) ?? false)
{
if(_logger.IsLogEnabled(LogLevel.Debug))