@@ -8800,9 +8800,6 @@ bool CStaticFunctionDefinitions::SetVehicleHandling(CClientVehicle* pVehicle, eH
8800
8800
{
8801
8801
assert (pVehicle);
8802
8802
8803
- if (!pVehicle->IsLocalEntity ())
8804
- return false ;
8805
-
8806
8803
CHandlingEntry* pEntry = pVehicle->GetHandlingData ();
8807
8804
8808
8805
if (pEntry)
@@ -8820,9 +8817,6 @@ bool CStaticFunctionDefinitions::SetVehicleHandling(CClientVehicle* pVehicle, eH
8820
8817
{
8821
8818
assert (pVehicle);
8822
8819
8823
- if (!pVehicle->IsLocalEntity ())
8824
- return false ;
8825
-
8826
8820
CHandlingEntry* pEntry = pVehicle->GetHandlingData ();
8827
8821
8828
8822
if (pEntry)
@@ -8840,9 +8834,6 @@ bool CStaticFunctionDefinitions::SetVehicleHandling(CClientVehicle* pVehicle, eH
8840
8834
{
8841
8835
assert (pVehicle);
8842
8836
8843
- if (!pVehicle->IsLocalEntity ())
8844
- return false ;
8845
-
8846
8837
CHandlingEntry* pEntry = pVehicle->GetHandlingData ();
8847
8838
8848
8839
if (pEntry)
@@ -8860,9 +8851,6 @@ bool CStaticFunctionDefinitions::SetVehicleHandling(CClientVehicle* pVehicle, eH
8860
8851
{
8861
8852
assert (pVehicle);
8862
8853
8863
- if (!pVehicle->IsLocalEntity ())
8864
- return false ;
8865
-
8866
8854
CHandlingEntry* pEntry = pVehicle->GetHandlingData ();
8867
8855
8868
8856
if (pEntry)
@@ -8880,9 +8868,6 @@ bool CStaticFunctionDefinitions::SetVehicleHandling(CClientVehicle* pVehicle, eH
8880
8868
{
8881
8869
assert (pVehicle);
8882
8870
8883
- if (!pVehicle->IsLocalEntity ())
8884
- return false ;
8885
-
8886
8871
CHandlingEntry* pEntry = pVehicle->GetHandlingData ();
8887
8872
8888
8873
if (pEntry)
@@ -8901,9 +8886,6 @@ bool CStaticFunctionDefinitions::ResetVehicleHandling(CClientVehicle* pVehicle)
8901
8886
{
8902
8887
assert (pVehicle);
8903
8888
8904
- if (!pVehicle->IsLocalEntity ())
8905
- return false ;
8906
-
8907
8889
eVehicleTypes eModel = (eVehicleTypes)pVehicle->GetModel ();
8908
8890
CHandlingEntry* pEntry = pVehicle->GetHandlingData ();
8909
8891
const CHandlingEntry* pNewEntry;
@@ -8966,9 +8948,6 @@ bool CStaticFunctionDefinitions::ResetVehicleHandlingProperty(CClientVehicle* pV
8966
8948
{
8967
8949
assert (pVehicle);
8968
8950
8969
- if (!pVehicle->IsLocalEntity ())
8970
- return false ;
8971
-
8972
8951
CHandlingEntry* pEntry = pVehicle->GetHandlingData ();
8973
8952
const CHandlingEntry* pOrigEntry = pVehicle->GetOriginalHandlingData ();
8974
8953
0 commit comments