mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 05:27:38 +03:00
Fix another error on round restart when terminating spreaders (#23201)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com> (cherry picked from commit bc304a3127af316a92afef4c24eb35b7ebc98272)
This commit is contained in:
@@ -70,7 +70,8 @@ public sealed class SpreaderSystem : EntitySystem
|
||||
|
||||
foreach (var neighbor in neighbors)
|
||||
{
|
||||
EnsureComp<ActiveEdgeSpreaderComponent>(neighbor);
|
||||
if (!TerminatingOrDeleted(neighbor))
|
||||
EnsureComp<ActiveEdgeSpreaderComponent>(neighbor);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user