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))
@@ -48,6 +48,9 @@ public record SearchRequestData : IRequestData
[JsonPropertyName("offerOwnerType")]
public OfferOwnerType? OfferOwnerType { get; set; }
/// <summary>
/// 'Only Operational'
/// </summary>
[JsonPropertyName("onlyFunctional")]
public bool? OnlyFunctional { get; set; }