[Bug] GetPlayerEndpoint native output differs from legacy #315
mythicalbro
started this conversation in
[BUG] FiveM for GTAV Enhanced
Replies: 2 comments
|
Thanks, we are looking into this. |
0 replies
|
A fix for this bug has been implemented and is available in Hotfix 7 (b104). Please try again and let us know if the issue persists. Thanks for your help! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Summary
GetPlayerEndpointnative now also includes port, but it did not on legacy. That could lead and also lead to a broken code for my server as it expected only IP.Issue type
Server
Repro rate
Always
Server build version
103
OS
No response
CPU
No response
GPU
No response
RAM
No response
Storage type
None
Connection type
None
ISP and bandwidth
No response
DxDiag
No response
Network graph
No response
Platform
Windows
OS version / distribution
No response
CPU
No response
RAM
No response
Using txAdmin?
None
Hosting provider
Self-hosted
Machine type
Dedicated
/perf endpoint output
No response
DDoS protection
No response
ulimit -n value (Linux only)
No response
Docker Compose file (Docker only)
No response
Steps to Reproduce
GetPlayerEndpoint(playerSrc: string)Expected Behavior
Native returns only IP.
Actual Behavior
Native returns IP and port.
Evidence
No response
Additional Context
No response
All reactions