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))
|
||||
|
||||
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user