-
-
Notifications
You must be signed in to change notification settings - Fork 356
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
Suggestion: #5630
Comments
In the docs, it says after. But in the code its firing before. So a bit confused |
Not sure what you mean here. |
Are you looking to be able to cancel a resident leaving a town? |
No, i want the event to fire before it actually happens. But i guess it already does that, but in the docs it says here: But, if you look here:
It fires it before its the resident has been removed from the town. So yes, thats what i wanted. But the docs say its been fired after, and you would of thought the event would of been named with "Pre" like all the others are. |
Please explain your feature request to the best of your abilities:
You've added the
TownPreAddResidentEvent
and this fires before the actual event happens, is it possible we can get the pre version of when you remove the resident as well?The text was updated successfully, but these errors were encountered: