Update source gen
authorLiza Carvelli <liza@carvel.li>
Fri, 30 Aug 2024 18:35:37 +0000 (20:35 +0200)
committerLiza Carvelli <liza@carvel.li>
Fri, 30 Aug 2024 18:35:37 +0000 (20:35 +0200)
QuestPathGenerator/RoslynElements/QuestStepExtensions.cs

index 11cdc214207d70a7c4dba6f68a2360430d74cdd8..e5b8eabb9e27875b15163fc9f8e71ec666cecac1 100644 (file)
@@ -62,6 +62,9 @@ internal static class QuestStepExtensions
                             Assignment(nameof(QuestStep.IgnoreDistanceToObject),
                                     step.IgnoreDistanceToObject, emptyStep.IgnoreDistanceToObject)
                                 .AsSyntaxNodeOrToken(),
+                            Assignment(nameof(QuestStep.RestartNavigationIfCancelled),
+                                    step.RestartNavigationIfCancelled, emptyStep.RestartNavigationIfCancelled)
+                                .AsSyntaxNodeOrToken(),
                             Assignment(nameof(QuestStep.Comment), step.Comment, emptyStep.Comment)
                                 .AsSyntaxNodeOrToken(),
                             Assignment(nameof(QuestStep.Aetheryte), step.Aetheryte, emptyStep.Aetheryte)