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

Remove incorrect NotNullIfNotNull attributes in SharedAudioSystem #5449

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

ElectroJr
Copy link
Member

@ElectroJr ElectroJr commented Sep 17, 2024

Several of these methods can return null even if the given parameter is not null, leading to NREs. In particular, this can happen if the caller is trying to play sounds attached to a terminating or deleted entity.

Requires a content PR to fix null check errors: space-wizards/space-station-14#32233

@ElectroJr ElectroJr added the Status: Requires Content PR This PR breaks content and requires both to be merged together. label Sep 17, 2024
@metalgearsloth metalgearsloth merged commit 19a87fb into space-wizards:master Sep 18, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Requires Content PR This PR breaks content and requires both to be merged together.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants