Fix quest search in priority window v5.22
authorLiza Carvelli <liza@carvel.li>
Wed, 16 Jul 2025 11:48:23 +0000 (13:48 +0200)
committerLiza Carvelli <liza@carvel.li>
Wed, 16 Jul 2025 11:48:23 +0000 (13:48 +0200)
Directory.Build.targets
Questionable.Model/Questing/ElementId.cs

index 5ad318c..e8a8af4 100644 (file)
@@ -1,5 +1,5 @@
 <Project>
     <PropertyGroup Condition="$(MSBuildProjectName) != 'GatheringPathRenderer'">
-        <Version>5.21</Version>
+        <Version>5.22</Version>
     </PropertyGroup>
 </Project>
index f87a7a6..a28daec 100644 (file)
@@ -83,8 +83,7 @@ public abstract class ElementId : IComparable<ElementId>, IEquatable<ElementId>
         catch (Exception)
         {
             elementId = null;
-            //return false;
-            throw;
+            return false;
         }
     }