-
-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quests doing geometry checks are not shown again after undo #4496
Comments
@matkoniecz this is your quest, could you look into that? |
Is there any other quest that is doing geometry checks and supporting undo? (entrance quest checks is it within building line and checks value of |
"Is there a crossing? " for example. All quests support undo. |
Looking at it:
it seems that undone crossing quest will also disappear. I also tested it and it actually happens: I solved quest, undid it and it has become missing. So fixing this would require implementing doing geometry checks on undo. |
Eh, what are you on about? Don't you know what happens when that function returns null? |
Issue is that this is not valid for crossing and entrance quests: Lines 202 to 204 in 2499d77
|
Hm I think this can be removed without replacement, after all the quest filters already filter out elements with no tags fast |
Thanks for the find, @Helium314 |
apparently not! I thought that it means that undo was not supported - but was unsure, so I tested it which seemed to confirm it. |
How to Reproduce
Bonus
Expected Behavior
Quest comes back after undo
Versions affected
v47.1
The text was updated successfully, but these errors were encountered: