master
← VerinSenpai:predict-glue-system
opened 11:56PM - 19 Jul 25 UTC
## About the PR
Predicts the GlueSystem and networks components accordingly.
…
Resolves #38858
## Why / Balance
A little bit of prediction, all of the time.
## Technical details
Moves the meat of GlueSystem.cs from server to SharedGlueSystem in shared.
Deletes content.server\glue\ and renames SharedGlueSystem.cs to GlueSystem.cs
Performs the changes suggested in the issue above.
Alphabetized the depends because it makes me happy.
Changed audio and popup usages to predicted varients.
## Requirements
- [X] I have read and am following the [Pull Request and Changelog Guidelines](https://docs.spacestation14.com/en/general-development/codebase-info/pull-request-guidelines.html).
- [X] I have added media to this PR or it does not require an ingame showcase.
## Breaking changes
GlueSystem in all its glory has been moved to shared and its server-side files deleted. Any uses of GlueSystem will need updated to point to Content.Shared.Glue
[Breaking Changes]
GlueSystem in all its glory has been moved to shared and its server-side files deleted. Any uses of GlueSystem will need updated to point to Content.Shared.Glue
1 Like