Content update for NetEntities (#18935)
This commit is contained in:
@@ -18,7 +18,7 @@ public abstract partial class SharedVehicleSystem
|
||||
{
|
||||
args.State = new RiderComponentState()
|
||||
{
|
||||
Entity = component.Vehicle,
|
||||
Entity = GetNetEntity(component.Vehicle),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user