Skip to content

Commit

Permalink
Bug fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicTurner02 committed May 1, 2019
1 parent 713e651 commit 4ade93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommandVehicleGet.cs
Expand Up @@ -126,7 +126,7 @@ private void RetrieveVehicle(InteractableVehicle desiredVehicle, InteractableVeh
newVehicle.turrets[i].state[10] = (byte)desiredVehicle.turrets[i].state[10];
}

if (VehicleTeleporter.VehicleTeleporter.Instance.Configuration.Instance.RemoveVehicleOnGet)
if (VehicleTeleporter.Instance.Configuration.Instance.RemoveVehicleOnGet)
{
VehicleManager.askVehicleDestroy(desiredVehicle);
VehicleManager.instance.channel.send("tellVehicleDestroy", ESteamCall.ALL, ESteamPacket.UPDATE_RELIABLE_BUFFER, desiredVehicle.instanceID);
Expand Down

0 comments on commit 4ade93a

Please sign in to comment.