Makes many things use OwnerUid instead of Owner.Uid
This commit is contained in:
@@ -41,7 +41,7 @@ namespace Content.Shared.Shuttles
|
||||
|
||||
public override ComponentState GetComponentState(ICommonSession player)
|
||||
{
|
||||
return new PilotComponentState(Console?.Owner.Uid);
|
||||
return new PilotComponentState(Console?.OwnerUid);
|
||||
}
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
|
||||
Reference in New Issue
Block a user