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 runtime with preview dummy related to signals #7219

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

boskoramen
Copy link
Contributor

@boskoramen boskoramen commented Sep 26, 2024

  • Preview dummy will throw a stack_trace if a trait applies any signals since it applies all traits on update without clearing them

About the pull request

Fixed a potential runtime for any character traits that want to register signals.

Also some minor formatting changes.

Explain why it's good for the game

Fix runtime

Testing Photographs and Procedure

Tested with a signal-adding trait I was experimenting with

Changelog

This is just a fix for a potential issue so not playerfacing

- Preview dummy will throw a stack_trace if a trait applies any signals since it applies all traits on update without clearing them
@cmss13-ci cmss13-ci bot added the Missing Changelog Maintainers always document their changes. label Sep 26, 2024
@harryob harryob added this pull request to the merge queue Sep 27, 2024
Merged via the queue into cmss13-devs:master with commit 49fc21d Sep 27, 2024
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Missing Changelog Maintainers always document their changes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants