fahrschul auto motor

This commit is contained in:
hydrant
2020-03-17 21:50:15 +01:00
parent 9723646e6f
commit a34dcf5db1
2 changed files with 0 additions and 8 deletions

View File

@@ -487,10 +487,6 @@ namespace ReallifeGamemode.Server.Events
{ {
return; return;
} }
else if (sV is SchoolVehicle)
{
return;
}
} }
VehicleStreaming.SetEngineState(v, !state); VehicleStreaming.SetEngineState(v, !state);
} }

View File

@@ -168,10 +168,6 @@ namespace ReallifeGamemode.Server.Events
{ {
return; return;
} }
else if (sV is SchoolVehicle)
{
return;
}
} }
state = !state; state = !state;
VehicleStreaming.SetLockStatus(vehicle, state); VehicleStreaming.SetLockStatus(vehicle, state);