Comment changes
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user