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

Fixed stinger grenades causing massive lag spikes #220

Merged
merged 3 commits into from
Sep 7, 2024

Conversation

TGRCdev
Copy link

@TGRCdev TGRCdev commented Sep 6, 2024

This PR makes cluster grenades wait a second before deleting themselves. Previously, they would delete immediately upon explosion. The spawned projectiles would then try to reference the grenade as the "gun" that shot them, but since the entity was deleted, it would throw multiple errors for each projectile. This would flood the server log and cause the server to halt for almost an entire second.

Changelog

🆑 TGRCDev

  • fix: Stinger grenades no longer cause a massive lag spike

@formlessnameless formlessnameless merged commit f89d488 into impstation:master Sep 7, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants