Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix vehicle teleport bug and revert issue 735 #893

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 9, 2024

  1. Update player_impl.hpp

    Stream the vehicle driver immediately to avoid the vehicle teleport bug after spectating a vehicle and a player is driving the vehicle.
    dimmyi authored Mar 9, 2024
    Configuration menu
    Copy the full SHA
    0d194bd View commit details
    Browse the repository at this point in the history
  2. Reversing issue 735

    Forcing someone to exit spectator mode when destroying a vehicle breaks many systems.
    
    Most admin spectator systems when a player enters a vehicle, the admin starts spectating the player's vehicle, and if some other system, for example storing the vehicle in the garage using DestroyVehicle, would force the admin to stop the mode spectator before even knowing that the player left the vehicle.
    dimmyi authored Mar 9, 2024
    Configuration menu
    Copy the full SHA
    4ddc3d7 View commit details
    Browse the repository at this point in the history