Anomaly bug fix (#24783)

fix
This commit is contained in:
Ed
2024-02-01 00:05:28 +03:00
committed by GitHub
parent a6ea8b210d
commit 884a544120

View File

@@ -426,7 +426,7 @@ public partial record struct AnomalySpawnSettings()
/// <summary>
/// should entities block spawning?
/// </summary>
public bool CanSpawnOnEntities { get; set; } = true;
public bool CanSpawnOnEntities { get; set; } = false;
/// <summary>
/// The minimum number of entities that spawn per pulse