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 team chooser menu popup when other player in PVS #511

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 14, 2024

  1. Fix team chooser menu popup when other player in PVS

    * `C_NEO_Player::Spawn` is called not only for the local client's
      player, but also for other player (bot or actual) when they're in the
      local client's PVS
    * If it's called, then only update the VGUIs if it's either local player
      wasn't set (so it's initially just spawned in) or matches the set local
      player's pointer.
    * fixes NeotokyoRebuild#510
    nullsystem committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    ff5f57d View commit details
    Browse the repository at this point in the history