Skip to content
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

Fix for queen eye runtime. #3549

Merged
merged 1 commit into from
Jun 7, 2023
Merged

Conversation

Segrain
Copy link
Contributor

@Segrain Segrain commented Jun 6, 2023

About the pull request

Followup to #3477.

Explain why it's good for the game

image

Changelog

🆑
fix: Queen Eye no longer repeatedly throws runtime errors.
/:cl:

@github-actions github-actions bot added the Fix Fix one bug, make ten more label Jun 6, 2023

if(oldXeno)
to_chat(src, SPAN_XENOWARNING("You stop watching [oldXeno]."))
UnregisterSignal(oldXeno, COMSIG_PARENT_QDELETING)
Copy link
Contributor

@Drulikar Drulikar Jun 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Honestly should just also stick it under the !QDELETED check too since there already is one being performed. QDEL should already unregister it, so there's the possibility of it double unregistering currently. But the proc does check this, so its not like this would cause runtimes if left as is.

@morrowwolf morrowwolf added this pull request to the merge queue Jun 7, 2023
Merged via the queue into cmss13-devs:master with commit c36f2e8 Jun 7, 2023
cm13-github added a commit that referenced this pull request Jun 7, 2023
github-actions bot added a commit that referenced this pull request Jun 7, 2023
@Huffie56 Huffie56 mentioned this pull request Oct 1, 2023
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fix Fix one bug, make ten more
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants