Replace obsolete code in shuttle systems. (#31408)
* Format DockingSystem.Shuttle * arrivals system * docking system * shuttle console system * emergency shuttle system * shuttle system * thruster system * Fix compile error --------- Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
This commit is contained in:
@@ -63,7 +63,7 @@ public sealed partial class ShuttleConsoleSystem
|
||||
|
||||
private void OnPositionFTLMessage(Entity<ShuttleConsoleComponent> entity, ref ShuttleConsoleFTLPositionMessage args)
|
||||
{
|
||||
var mapUid = _mapManager.GetMapEntityId(args.Coordinates.MapId);
|
||||
var mapUid = _mapSystem.GetMap(args.Coordinates.MapId);
|
||||
|
||||
// If it's beacons only block all position messages.
|
||||
if (!Exists(mapUid) || _shuttle.IsBeaconMap(mapUid))
|
||||
|
||||
Reference in New Issue
Block a user