RobustToolbox icon indicating copy to clipboard operation
RobustToolbox copied to clipboard

Client state handling errors when grids move across maps

Open ElectroJr opened this issue 3 years ago • 0 comments
trafficstars

Grids apply their transforms separately (or in addition to?) the main entity state handling (see NetworkedMapManager.ApplyTransformState), and they currently error when a grid moves across maps. AFAIK this is just supported fine by normal transform state handling, so the exception should just be removed and grids should be moved to using normal state handling logic.

ElectroJr avatar Jul 03 '22 18:07 ElectroJr