Simple-Station / Einstein-Engines

A Space Station 14 upstream repository, inspired by Baystation12.
https://einstein.simplestation.org
GNU Affero General Public License v3.0
27 stars 53 forks source link

Mirror: Code cleanup: Purge obsoleted SharedPhysicsSystem methods #384

Closed SimpleStation14 closed 1 month ago

SimpleStation14 commented 2 months ago

Mirror of PR #26287: Code cleanup: Purge obsoleted SharedPhysicsSystem methods from space-wizards space-wizards/space-station-14

964c6d54caae45b205a326143f56d6458a1bbc8a

PR opened by Tayrtahn at 2024-03-20 13:37:25 UTC


PR changed 16 files with 43 additions and 43 deletions.

The PR had the following labels:


Original Body

> > > > Requires https://github.com/space-wizards/RobustToolbox/pull/4979 > > ## About the PR > > Cleans up some obsolete method calls. > > ## Why / Balance / Technical > > Cleaning up obsolete Dirty calls in RT required changing the signatures of some public methods in SharedPhysicsSystem. This updates the calls to those methods here in Content to use the new signatures passing in UIDs. > >