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 Possible Loadout Related Crash #1607

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

VMSolidus
Copy link
Member

Description

Servers are occasionally experiencing roundstart crashes, and the logs I received concerning this crash imply that LoadoutSystem is SOMEHOW being handed a player character that doesn't actually exist. Well an easy solution I guess is to just make LoadoutSystem check if the entity factually exists, before attempting to apply a loadout to it.

Changelog

🆑

  • fix: Possibly fixed a crash related to Loadouts being applied to entities that don't exist.

@github-actions github-actions bot added Changes: C# Changes any cs files Changes: YML Changes any yml files labels Jan 20, 2025
@VMSolidus
Copy link
Member Author

I want to see if it also yeets the Heisentest too.

@VMSolidus VMSolidus merged commit 9e24c4a into Simple-Station:master Jan 20, 2025
11 of 12 checks passed
SimpleStation14 added a commit that referenced this pull request Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changes: C# Changes any cs files Changes: YML Changes any yml files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants