Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardosnt committed May 26, 2016
2 parents 184f40f + 970a833 commit e2f17cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Components/Player/FrozenPlayer.cs
Expand Up @@ -46,8 +46,8 @@ private FrozenPlayer()

Vector3 point;
byte angle;
veh.getExit( seat, out point, out angle);
VehicleManager.sendExitVehicle(veh, seat, (point + (point - pos)), angle, false);
veh.getExit( seat, out point, out angle );
VehicleManager.sendExitVehicle( veh, seat, (point + (point - pos)), angle, false );
}
}

Expand All @@ -58,4 +58,4 @@ private void FixedUpdate()
_lastPos = Player.Position;
}
}
}
}

0 comments on commit e2f17cb

Please sign in to comment.