Fix chair perspective (#8964)
This commit is contained in:
@@ -41,7 +41,7 @@ namespace Content.Client.Buckle
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!_entMan.TryGetComponent(Owner, out RiderComponent? rider))
|
if (LastEntityBuckledTo != null && _entMan.HasComponent<VehicleComponent>(LastEntityBuckledTo))
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user