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

Correction for sourcemod use the new teleportation check gamedata registry from now on. #2235

Merged
merged 6 commits into from
Dec 27, 2024

Conversation

MrD4rk5oul
Copy link
Contributor

Followup of Pull Request #2234, I made a mistake and forgot to make Sourcemod start using the new registry for the teleportation check.

Already tested and it's working flawlessly.

Sorry 😬 This is the last pull request for the current issue, I swear.

  - Changed signature call of `CanPlayerTeleport` for linux/linux64 to current used name
  - Applied fix at detour class CanPlayerBeTeleported to use standard parameter proceedings for linux
Copy link
Member

@psychonic psychonic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry 😬 This is the last pull request for the current issue, I swear.

No worries! I missed that as well

@psychonic psychonic merged commit 3cd6ce9 into alliedmodders:master Dec 27, 2024
3 of 4 checks passed
psychonic pushed a commit that referenced this pull request Dec 31, 2024
…istry from now on. (#2235)

* - Fixes for OnPlayerTeleport hook for linux and linux64 systems
  - Changed signature call of `CanPlayerTeleport` for linux/linux64 to current used name
  - Applied fix at detour class CanPlayerBeTeleported to use standard parameter proceedings for linux

* Created a new registry for Teleportation Checking, marking the old one obsolete for older Sourcemod versions.

* Correction for sourcemod use the correct registry from now on.

(cherry picked from commit 3cd6ce9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants